diff --git a/.gitignore b/.gitignore index 13175f2..6dcda66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ elpa auto-save-list +url +ido.last *# *~ \ No newline at end of file diff --git a/custom.el b/custom.el index ba1b8f9..1eebfca 100644 --- a/custom.el +++ b/custom.el @@ -3,7 +3,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(package-selected-packages '(slime doom-modeline evil doom-themes use-package))) + '(package-selected-packages '(exwm slime doom-modeline evil doom-themes use-package))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/init.el b/init.el index 7bc9946..35d9d83 100644 --- a/init.el +++ b/init.el @@ -60,3 +60,10 @@ ; org-mode ;; Enable org-mode (require 'org) + + ; exwm +(require 'exwm) +(require 'exwm-config) +(exwm-config-default) +(require 'exwm-systemtray) +(exwm-systemtray-enable)