Fix backup saving
This commit is contained in:
parent
9fce4365dc
commit
5bd7066cde
13 changed files with 47 additions and 32 deletions
18
init.el
18
init.el
|
|
@ -8,14 +8,14 @@
|
|||
;; You may delete these explanatory comments.
|
||||
(package-initialize)
|
||||
|
||||
(load "~/.emacs.d/packages.el")
|
||||
(load "~/.emacs.d/functions.el")
|
||||
(load "~/.emacs.d/behaviour.el")
|
||||
(load "~/.emacs.d/themes.el")
|
||||
(load "~/.emacs.d/key-bindings.el")
|
||||
(load "~/.emacs.d/spelling.el")
|
||||
(load "~/.emacs.d/languages.el")
|
||||
(load "~/.emacs.d/windows.el")
|
||||
(load "~/.emacs.d/packages.elc")
|
||||
(load "~/.emacs.d/functions.elc")
|
||||
(load "~/.emacs.d/behaviour.elc")
|
||||
(load "~/.emacs.d/themes.elc")
|
||||
(load "~/.emacs.d/key-bindings.elc")
|
||||
(load "~/.emacs.d/spelling.elc")
|
||||
(load "~/.emacs.d/languages.elc")
|
||||
(load "~/.emacs.d/windows.elc")
|
||||
|
||||
(provide 'init)
|
||||
;;; init.el ends here
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
;; If there is more than one, they won't work right.
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(etags-select nvm tide yaml-mode window-purpose web-mode ujelly-theme toml-mode smart-mode-line scala-mode rvm ruby-end rspec-mode robe rainbow-mode rainbow-delimiters racer pyenv-mode noctilux-theme monokai-theme markdown-mode less-css-mode json-reformat jade-mode indent-guide helm-themes helm-projectile helm-ag haskell-mode haml-mode groovy-mode flymake-ruby flymake-cursor flycheck flatui-theme exec-path-from-shell evil-nerd-commenter evil-magit evil-leader elpy dumb-jump dockerfile-mode diff-hl dash-at-point company-tern company-racer company-jedi column-enforce-mode color-theme-approximate base16-theme atom-one-dark-theme alchemist aggressive-indent ag)))
|
||||
(hlinum etags-select nvm tide yaml-mode window-purpose web-mode ujelly-theme toml-mode smart-mode-line scala-mode rvm ruby-end rspec-mode robe rainbow-mode rainbow-delimiters racer pyenv-mode noctilux-theme monokai-theme markdown-mode less-css-mode json-reformat jade-mode indent-guide helm-themes helm-projectile helm-ag haskell-mode haml-mode groovy-mode flymake-ruby flymake-cursor flycheck flatui-theme exec-path-from-shell evil-nerd-commenter evil-magit evil-leader elpy dumb-jump dockerfile-mode diff-hl dash-at-point company-tern company-racer company-jedi column-enforce-mode color-theme-approximate base16-theme atom-one-dark-theme alchemist aggressive-indent ag)))
|
||||
'(safe-local-variable-values (quote ((encoding . utf-8)))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue