.
This commit is contained in:
parent
044a018160
commit
adcb50c1f9
1 changed files with 12 additions and 10 deletions
|
@ -34,13 +34,6 @@
|
||||||
|
|
||||||
(defvar init-dir (file-name-directory (or load-file-name (buffer-file-name))))
|
(defvar init-dir (file-name-directory (or load-file-name (buffer-file-name))))
|
||||||
|
|
||||||
;;;; Personal Information Setup
|
|
||||||
(setq user-full-name "Daniel Ziltener"
|
|
||||||
user-mail-address "dziltener@lyrion.ch")
|
|
||||||
|
|
||||||
;; I use `pass` as password storage.
|
|
||||||
(auth-source-pass-enable)
|
|
||||||
|
|
||||||
;;;; Elpaca
|
;;;; Elpaca
|
||||||
|
|
||||||
;;;;; Installation
|
;;;;; Installation
|
||||||
|
@ -91,6 +84,13 @@
|
||||||
(setq elpaca-use-package-by-default nil))
|
(setq elpaca-use-package-by-default nil))
|
||||||
(elpaca-wait)
|
(elpaca-wait)
|
||||||
|
|
||||||
|
;;;; Personal Information Setup
|
||||||
|
(setq user-full-name "Daniel Ziltener"
|
||||||
|
user-mail-address "dziltener@lyrion.ch")
|
||||||
|
|
||||||
|
;; I use `pass` as password storage.
|
||||||
|
(auth-source-pass-enable)
|
||||||
|
|
||||||
;;;; Package Management Configuration
|
;;;; Package Management Configuration
|
||||||
;; See: https://github.com/radian-software/el-patch
|
;; See: https://github.com/radian-software/el-patch
|
||||||
(use-package el-patch)
|
(use-package el-patch)
|
||||||
|
@ -147,9 +147,9 @@
|
||||||
("Schiene.de" "https://www.schiene.de/feed/" nil nil nil)
|
("Schiene.de" "https://www.schiene.de/feed/" nil nil nil)
|
||||||
("Anil Dash Blog" "https://www.anildash.com/feed.xml" nil nil nil)))
|
("Anil Dash Blog" "https://www.anildash.com/feed.xml" nil nil nil)))
|
||||||
:custom-face
|
:custom-face
|
||||||
(default ((t (:weight normal :height 110 :family "LibertinusMono Nerd Font Mono"))))
|
(default ((t (:weight normal :height 110 :family "MonaspiceXe Nerd Font Mono"))))
|
||||||
(fixed-pitch ((t (:weight normal :height 110 :family "LibertinusMono Nerd Font Mono"))))
|
(fixed-pitch ((t (:weight normal :height 110 :family "MonaspiceXe Nerd Font Mono"))))
|
||||||
(variable-pitch ((t (:weight normal :height 135 :family "LibertinusSerif Nerd Font Propo"))))
|
(variable-pitch ((t (:weight normal :height 135 :family "MonaspiceXe Nerd Font Propo"))))
|
||||||
:hook
|
:hook
|
||||||
(minibuffer-setup . cursor-intangible-mode)
|
(minibuffer-setup . cursor-intangible-mode)
|
||||||
:config
|
:config
|
||||||
|
@ -427,6 +427,8 @@
|
||||||
;;;;; Code Completion
|
;;;;; Code Completion
|
||||||
(use-package cape
|
(use-package cape
|
||||||
:config
|
:config
|
||||||
|
(require 'cape-char)
|
||||||
|
(require 'cape-keyword)
|
||||||
(defun my/capf ()
|
(defun my/capf ()
|
||||||
(setq completion-at-point-functions
|
(setq completion-at-point-functions
|
||||||
(list (cape-capf-super
|
(list (cape-capf-super
|
||||||
|
|
Loading…
Reference in a new issue