1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

EMACS: added line-highlighter and ensured linum mode is disabled by default

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-11-05 10:44:07 +01:00
parent 3bd1de84da
commit df04004cb7

View File

@ -225,7 +225,9 @@
'(epg-gpg-program (executable-find "gpg2")) '(epg-gpg-program (executable-find "gpg2"))
'(epg-gpgsm-program (executable-find "gpgsm")) '(epg-gpgsm-program (executable-find "gpgsm"))
'(user-full-name "Stefan Ellmauthaler") '(user-full-name "Stefan Ellmauthaler")
'(user-mail-address "stefan.ellmauthaler@tu-dresden.de")) '(user-mail-address "stefan.ellmauthaler@tu-dresden.de")
'(global-hl-line-mode t)
'(global-linum-mode nil))
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;;;;;;;;;;;;;;; LaTeX ;;;;;;;;;;;;;;;;; ;; ;;;;;;;;;;;;;;;; LaTeX ;;;;;;;;;;;;;;;;;