all repos — nixfiles @ 2ab61a13e5a9eb78756d330b99ec4e8fa9c764b6

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

Emacs: ensure blink-cursor-mode is off

Alan Pearce
commit

2ab61a13e5a9eb78756d330b99ec4e8fa9c764b6

parent

a21fc6720e4353777073b51f18a4fb76ce530f78

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -76,6 +76,9 @@ jit-lock-stealth-load 100
jit-lock-chunk-size 1000 jit-lock-defer-time 0.01) +(when (fboundp #'blink-cursor-mode) + (blink-cursor-mode -1)) + (req-package solarized-theme :config (load-theme 'solarized-light t))