lambdas: let emacs byte-compile
This commit is contained in:
parent
0b830fb6ef
commit
03e825dd36
3 changed files with 5 additions and 5 deletions
2
init.el
2
init.el
|
@ -25,7 +25,7 @@
|
|||
(global-display-line-numbers-mode)
|
||||
(setq-default indicate-empty-lines t)
|
||||
(setq-default show-trailing-whitespace t)
|
||||
(add-hook 'prog-mode-hook '(lambda () (whitespace-mode t)))
|
||||
(add-hook 'prog-mode-hook #'(lambda () (whitespace-mode t)))
|
||||
|
||||
;;; personal framework bits
|
||||
;; my personal keymap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue