diff options
author | Raul Benencia <raul@thousandeyes.com> | 2023-12-04 11:13:59 -0800 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2023-12-04 11:13:59 -0800 |
commit | 64af1d6552688a3463b09f721a31f9ea48cfed72 (patch) | |
tree | 1d961fae070445657665bd581b7df2174f78b113 | |
parent | d88b73dba3a65b47f7623f09af61bc43b8874c35 (diff) |
emacs: ignore desktop files
-rw-r--r-- | .emacs.d/init.el | 2 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 91d8e28..f69233f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -127,8 +127,6 @@ (save-place-mode 1) ;; Desktop - -;; Save the desktop session (setq desktop-path `(,user-emacs-directory)) (setq desktop-base-file-name "desktop") (desktop-save-mode 1) @@ -1,2 +1,3 @@ .known *.~1~ +.emacs.d/desktop |