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
|
(setq
|
||||||
projectile-project-search-path '("~/Projects/")
|
projectile-project-search-path '("~/Projects/")
|
||||||
doom-theme 'doom-gruvbox
|
doom-theme 'doom-gruvbox
|
||||||
doom-font (font-spec :family "MesloLGS Nerd Font Mono" :size 16)
|
doom-font (font-spec :family "MesloLGS Nerd Font Mono" :size 10.0)
|
||||||
doom-big-font (font-spec :family "MesloLGS Nerd Font Mono" :size 24)
|
doom-big-font (font-spec :family "MesloLGS Nerd Font Mono" :size 20.0)
|
||||||
treemacs-git-mode 'extended
|
treemacs-git-mode 'extended
|
||||||
org-directory "~/Nextcloud/Org/"
|
org-directory "~/Nextcloud/Org/"
|
||||||
org-roam-directory "~/Nextcloud/OrgRoam/"
|
org-roam-directory "~/Nextcloud/OrgRoam/"
|
||||||
|
|
|
||||||
|
|
@ -76,6 +76,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.emacs29.override {
|
package = pkgs.unstable.emacs29.override {
|
||||||
withNativeCompilation = true;
|
withNativeCompilation = true;
|
||||||
|
withPgtk = true;
|
||||||
withSQLite3 = true;
|
withSQLite3 = true;
|
||||||
withTreeSitter = true;
|
withTreeSitter = true;
|
||||||
withWebP = true;
|
withWebP = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue