exwm configuration

This commit is contained in:
g1n 2021-05-01 10:37:37 +03:00
parent a76a9dddaa
commit 1da6aaa5e9
3 changed files with 10 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,6 @@
elpa
auto-save-list
url
ido.last
*#
*~

View File

@ -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.

View File

@ -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)