Working on Emacs
This commit is contained in:
parent
f4b2a68ba0
commit
b4d239d34b
10 changed files with 186 additions and 116 deletions
|
@ -23,6 +23,11 @@
|
|||
(scroll-bar-mode -1)
|
||||
(fringe-mode 1)
|
||||
(display-time-mode 1)
|
||||
(global-hl-line-mode 1)
|
||||
|
||||
(add-hook 'prog-mode-hook #'display-line-numbers-mode)
|
||||
(add-hook 'prog-mode-hook #'rainbow-delimiters-mode)
|
||||
(add-hook 'prog-mode-hook #'show-paren-mode)
|
||||
|
||||
|
||||
(provide 'aesthetics)
|
||||
(provide 'aesthetics)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue