emacs autosave

framework
Stef Dunlap 10 months ago
parent 4123fe95d0
commit a102f8c182
  1. 2
      home/doom.d/config.el
  2. 2
      home/doom.d/packages.el
  3. 3
      justfile

@ -134,3 +134,5 @@
;;
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented.
(after! org
(super-save-mode +1))

@ -48,3 +48,5 @@
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
(package! super-save)

@ -2,7 +2,8 @@ rebuild:
sudo nixos-rebuild switch --flake .
rebuild-emacs: rebuild
$HOME/.emacs/bin/doom sync
$HOME/.emacs.d/bin/doom sync
systemctl --user restart emacs
upgrade:
nix flake update

Loading…
Cancel
Save