mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Some nix-doom-emacs fixes
This commit is contained in:
parent
2fa2da4328
commit
0401ddce49
5 changed files with 472 additions and 39 deletions
|
@ -1300,7 +1300,7 @@ I don't have this active right now since I'm exploring tab-bar mode instead!
|
|||
|
||||
#+END_SRC
|
||||
** EAF
|
||||
#+BEGIN_SRC emacs-lisp :tangle config.el
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
;;;-- Load emacs application framework;;;--
|
||||
(use-package! eaf
|
||||
:load-path "~/.local/bin/emacs-application-framework/"
|
||||
|
@ -1544,7 +1544,7 @@ Any git package can be configured for a particular commit or branch:
|
|||
(package! org-super-agenda)
|
||||
(package! emacsql :pin "c1a4407")
|
||||
(package! org-roam-ui)
|
||||
(package! org-roam-nursery :recipe (:repo "https://github.com/chrisbarrett/nursery"))
|
||||
;;(package! org-roam-nursery :recipe (:repo "https://github.com/chrisbarrett/nursery"))
|
||||
(package! lister)
|
||||
(package! org-download)
|
||||
(package! org-yt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue