@ -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