Merge branch 'master' of https://gitlab.com/marcus-kammer/emacs.d
This commit is contained in:
commit
3e5c92597a
1 changed files with 4 additions and 0 deletions
4
init.el
4
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))
|
||||
|
@ -206,6 +207,9 @@ 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))
|
||||
(setq request-log-level 'debug)
|
||||
(setq request-message-level 'debug)
|
||||
(org-clock-persistence-insinuate)
|
||||
|
|
Loading…
Add table
Reference in a new issue