General cleanup
This commit is contained in:
parent
26a7012936
commit
ae7a75f669
6 changed files with 15 additions and 12 deletions
|
@ -4,6 +4,7 @@
|
|||
(use-package workgroups2
|
||||
:when (display-graphic-p)
|
||||
:init
|
||||
(add-hook! after-init 'workgroups-mode)
|
||||
(setq-default
|
||||
wg-session-file (expand-file-name "wg-default" narf-temp-dir)
|
||||
wg-workgroup-directory (expand-file-name "workgroups" narf-temp-dir)
|
||||
|
@ -52,7 +53,7 @@ lib/defuns-workgroups.el.")
|
|||
(advice-add 'wg-change-modeline :override 'ignore)
|
||||
|
||||
;; Don't remember popup windows
|
||||
(add-hook! (kill-emacs) 'narf-popup-close-all))
|
||||
(add-hook! kill-emacs 'narf-popup-close-all))
|
||||
|
||||
(provide 'core-workgroups)
|
||||
;;; core-workgroups.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue