all repos — nixfiles @ 5dd40c4b100389da00da04a27418c008705c00b0

System and user configuration, managed by nix and home-manager

Emacs: fix startup error

Alan Pearce
commit

5dd40c4b100389da00da04a27418c008705c00b0

parent

87a1bc4b246a8cab074e6e69733880b02a7ce0ee

1 file changed, 8 insertions(+), 7 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -139,6 +139,14 @@
;;;;; Colours (load-theme 'spacemacs-light t) + +;; Highlighting quasi-quoted expressions in lisps is quite useful, but I +;; don't need it all the time. I'll keep it around for a while so that I +;; can enable it if needed. +(use-package highlight-stages) + +(global-hl-line-mode +1) + (let ((line (face-attribute 'mode-line :underline))) (set-face-attribute 'mode-line nil :overline line) (set-face-attribute 'mode-line-inactive nil :overline line)
@@ -146,13 +154,6 @@ (set-face-attribute 'mode-line-inactive nil :underline line)
(set-face-attribute 'mode-line nil :box nil) (set-face-attribute 'mode-line-inactive nil :box nil) (set-face-attribute 'mode-line-inactive nil :background (face-attribute 'hl-line :background))) - -;; Highlighting quasi-quoted expressions in lisps is quite useful, but I -;; don't need it all the time. I'll keep it around for a while so that I -;; can enable it if needed. -(use-package highlight-stages) - -(global-hl-line-mode +1) ;;;;; Fonts