Update init

This commit is contained in:
Marcus Kammer 2019-07-17 19:36:05 +02:00
parent b3ff14d47f
commit 73c64f4f90

View file

@ -40,6 +40,7 @@ There are two things you can do about this warning:
'(custom-safe-themes
(quote
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
'(delete-selection-mode t)
'(diary-file "~/Documents/Diary/diary")
'(display-battery-mode nil)
'(display-line-numbers (quote relative))
@ -87,7 +88,7 @@ There are two things you can do about this warning:
'(package-enable-at-startup t)
'(package-selected-packages
(quote
(powershell helm gitconfig-mode gitignore-mode ox-rst typescript-mode ## skewer-mode ob-http ob-ipython ob-restclient linum-relative markdown-mode nord-theme restclient request restclient-test yaml-mode magit)))
(slime powershell helm gitconfig-mode gitignore-mode ox-rst typescript-mode ## skewer-mode ob-http ob-ipython ob-restclient linum-relative markdown-mode nord-theme restclient request restclient-test yaml-mode magit)))
'(require-final-newline t)
'(size-indication-mode nil)
'(timeclock-file "~/Documents/Diary/timelog")
@ -198,3 +199,7 @@ There are two things you can do about this warning:
)
;;(global-set-key (kbd "C-d") 'duplicate-line)
(add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode))
;; slime
(setq inferior-lisp-program "/usr/bin/clisp")
(setq slime-contribs '(slime-fancy))