Emacs NΛNO

This commit is contained in:
marc
2023-09-16 20:22:17 +02:00
parent c6ddc5f30f
commit a8f33803ca
7 changed files with 747 additions and 61 deletions

View File

@@ -1,5 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; $DOOMDIR/packages.el
;; To install a package with Doom you must declare them here and run 'doom sync'
;; on the command line, then restart Emacs for the changes to take effect -- or
@@ -67,3 +66,7 @@
; (unpin! org-roam)
; (package! websocket)
; (package! org-roam-ui :recipe (:host github :repo "org-roam/org-roam-ui" :files ("*.el" "out")))
(package! doom-nano-modeline
:recipe (:host github
:repo "ronisbr/doom-nano-modeline"))