diff --git a/home/emacs/init.el b/home/emacs/init.el index 67f1f0a..2254e54 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -34,13 +34,6 @@ (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 ;;;;; Installation @@ -91,6 +84,13 @@ (setq elpaca-use-package-by-default nil)) (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 ;; See: https://github.com/radian-software/el-patch (use-package el-patch) @@ -147,9 +147,9 @@ ("Schiene.de" "https://www.schiene.de/feed/" nil nil nil) ("Anil Dash Blog" "https://www.anildash.com/feed.xml" nil nil nil))) :custom-face - (default ((t (:weight normal :height 110 :family "LibertinusMono Nerd Font Mono")))) - (fixed-pitch ((t (:weight normal :height 110 :family "LibertinusMono Nerd Font Mono")))) - (variable-pitch ((t (:weight normal :height 135 :family "LibertinusSerif Nerd Font Propo")))) + (default ((t (:weight normal :height 110 :family "MonaspiceXe Nerd Font Mono")))) + (fixed-pitch ((t (:weight normal :height 110 :family "MonaspiceXe Nerd Font Mono")))) + (variable-pitch ((t (:weight normal :height 135 :family "MonaspiceXe Nerd Font Propo")))) :hook (minibuffer-setup . cursor-intangible-mode) :config @@ -427,6 +427,8 @@ ;;;;; Code Completion (use-package cape :config + (require 'cape-char) + (require 'cape-keyword) (defun my/capf () (setq completion-at-point-functions (list (cape-capf-super