Update init
This commit is contained in:
parent
b3ff14d47f
commit
73c64f4f90
1 changed files with 6 additions and 1 deletions
7
init.el
7
init.el
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue