forked from colonelpanic/dotfiles
beacon
This commit is contained in:
parent
cd1b246a05
commit
2521235f54
@ -657,6 +657,11 @@ The current directory is assumed to be the project's root otherwise."
|
||||
(setq shackle-inhibit-window-quit-on-same-windows t)
|
||||
(setq shackle-default-rule '(:same t))))
|
||||
|
||||
(use-package beacon
|
||||
:bind ("C-c b" . beacon-blink)
|
||||
:config
|
||||
(beacon-mode 1))
|
||||
|
||||
;; text mode stuff:
|
||||
(remove-hook 'text-mode-hook #'turn-on-auto-fill)
|
||||
(add-hook 'text-mode-hook 'turn-on-visual-line-mode)
|
||||
|
Loading…
Reference in New Issue
Block a user