Fix backup saving
This commit is contained in:
parent
9fce4365dc
commit
5bd7066cde
13 changed files with 47 additions and 32 deletions
10
languages.el
10
languages.el
|
|
@ -71,12 +71,4 @@
|
|||
|
||||
(add-hook 'markdown-mode-hook 'markdown-mode-config)
|
||||
(add-hook 'markdown-mode-hook 'set-width-80)
|
||||
|
||||
;; Shell things
|
||||
(defun shell-mode-config ()
|
||||
"Setup shell mode."
|
||||
)
|
||||
|
||||
(setq ansi-color-for-comint-mode t) ;; Properly display colors in shell mode
|
||||
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
|
||||
;;; languages.el ends here
|
||||
;;; languages.el ends here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue