Starting out with org-roam

This commit is contained in:
Andrea Ciceri 2021-10-18 13:58:48 +02:00
parent 741d9b5b6a
commit b22971dbd5
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
9 changed files with 96 additions and 11 deletions

View file

@ -1,6 +1,8 @@
(use-package nix-mode
:mode "\\.nix\\'")
:mode "\\.nix\\'"
;:hook
;(before-save . lsp-format-buffer))
)
(require 'sudo-utils)
(defun nixos-rebuild-switch ()