Use emacs PGTK
This commit is contained in:
parent
061d7287ce
commit
335447b956
2 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
(setq
|
||||
projectile-project-search-path '("~/Projects/")
|
||||
doom-theme 'doom-gruvbox
|
||||
doom-font (font-spec :family "MesloLGS Nerd Font Mono" :size 16)
|
||||
doom-big-font (font-spec :family "MesloLGS Nerd Font Mono" :size 24)
|
||||
doom-font (font-spec :family "MesloLGS Nerd Font Mono" :size 10.0)
|
||||
doom-big-font (font-spec :family "MesloLGS Nerd Font Mono" :size 20.0)
|
||||
treemacs-git-mode 'extended
|
||||
org-directory "~/Nextcloud/Org/"
|
||||
org-roam-directory "~/Nextcloud/OrgRoam/"
|
||||
|
|
|
|||
|
|
@ -76,6 +76,7 @@ in {
|
|||
enable = true;
|
||||
package = pkgs.unstable.emacs29.override {
|
||||
withNativeCompilation = true;
|
||||
withPgtk = true;
|
||||
withSQLite3 = true;
|
||||
withTreeSitter = true;
|
||||
withWebP = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue