diff options
| -rw-r--r-- | config/emacs.org | 2 | ||||
| -rw-r--r-- | flake.lock | 8 | ||||
| m--------- | nix | 0 |
3 files changed, 5 insertions, 5 deletions
diff --git a/config/emacs.org b/config/emacs.org index 41b743d..7ee1d4b 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -402,7 +402,7 @@ We set up eglot, the LSP manager for emacs, now built in: *** C/C++ Specific configuration for C (I also use the clangd lsp): #+begin_src emacs-lisp :tangle ../nix/init.el - (use-package irony-mode + (use-package irony :hook ( (c++-mode . irony-mode) (c-mode . irony-mode) @@ -378,11 +378,11 @@ "wallpapers": "wallpapers" }, "locked": { - "lastModified": 1772585057, - "narHash": "sha256-xQdkR4vMeNXQHs8Vu2Xh1URw/aCKA40Rud1o/CkIcnA=", + "lastModified": 1772587375, + "narHash": "sha256-Ki3eMeMp53oyunJVXVDqL9BwgQjPYd7Z1VRJmUaW1Pc=", "ref": "refs/heads/main", - "rev": "a011d4e4dbccb963b7b98c0cd2de1e333132789c", - "revCount": 105, + "rev": "bd540a2121f3107cb3f9385114688eb99c2316c3", + "revCount": 106, "type": "git", "url": "git://nullring.xyz/hyprnixmacs.git" }, diff --git a/nix b/nix -Subproject a011d4e4dbccb963b7b98c0cd2de1e333132789 +Subproject bd540a2121f3107cb3f9385114688eb99c2316c |
