Merge branch 'main' of gitlab.com:marcuskammer/emacs.d into main
This commit is contained in:
commit
5d9c9433a0
2 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@
|
|||
'(ansi-color-faces-vector
|
||||
[default default default italic underline success warning error])
|
||||
'(backup-directory-alist (quote (("." . "~/.backup_filez"))))
|
||||
'(custom-enabled-themes (quote (sanityinc-tomorrow-day)))
|
||||
'(custom-enabled-themes (quote (nord)))
|
||||
'(custom-safe-themes
|
||||
(quote
|
||||
("bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" default)))
|
||||
("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" default)))
|
||||
'(default-frame-alist
|
||||
(quote
|
||||
((vertical-scroll-bars)
|
||||
|
|
2
init.el
2
init.el
|
@ -171,7 +171,7 @@ There are two things you can do about this warning:
|
|||
(add-hook 'diary-display-hook 'fancy-diary-display)
|
||||
(add-hook 'today-visible-calendar-hook 'calendar-mark-today)
|
||||
(add-hook 'write-file-hooks 'delete-trailing-whitespace)
|
||||
|
||||
(add-hook 'org-mode-hook 'olivetti-mode)
|
||||
(add-hook 'org-mode-hook 'turn-on-auto-fill)
|
||||
(add-hook 'rst-mode-hook 'turn-on-orgstruct)
|
||||
(add-hook 'newsticker-mode-hook 'imenu-add-menubar-index)
|
||||
|
|
Loading…
Add table
Reference in a new issue