Skip to content

Commit

Permalink
Removing desktop-save-mode
Browse files Browse the repository at this point in the history
It was nice, but took awhile to restore things. Maybe I can find
something else like `easysession.el` will fit the bill better.
  • Loading branch information
djgoku committed Sep 1, 2024
1 parent e210de0 commit 58e4eb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions emacs/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ actually counts the lines and puts the value beside the counted line.
(global-display-line-numbers-mode 1)
(setq custom-file (locate-user-emacs-file "custom.el"))
(setq ring-bell-function 'ignore)
(setq desktop-save t)
(desktop-save-mode 1)
:bind (;; Better than default - from /u/zck
("M-c" . capitalize-dwim)
("M-l" . downcase-dwim)
Expand Down

0 comments on commit 58e4eb1

Please sign in to comment.