diff options
| author | Blaise Thompson <blaise@untzag.com> | 2018-09-29 17:42:23 -0500 | 
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2018-09-29 17:42:23 -0500 | 
| commit | 2c48dc2613abd611f43a2661efddf049be486354 (patch) | |
| tree | 32902b1d27a689399f281c16886642a1c9024d58 /emacs | |
| parent | d5db9bf7c3509a93b3d04cc6fad5c5843c148ab9 (diff) | |
2018-09-29 17:42
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/emacs/init.el b/emacs/init.el index 98fb690..4dea962 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -34,6 +34,8 @@  (setq visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)) +(setq make-backup-files nil) +  ;; packages ---------------------------------------------------------------------------------------  ;; company | 
