1
0
mirror of http://codeberg.org/g1n/.emacs.d.git synced 2024-06-17 22:37:08 +00:00

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 elpa
auto-save-list 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. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; 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
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.

View File

@ -60,3 +60,10 @@
; org-mode ; org-mode
;; Enable org-mode ;; Enable org-mode
(require 'org) (require 'org)
; exwm
(require 'exwm)
(require 'exwm-config)
(exwm-config-default)
(require 'exwm-systemtray)
(exwm-systemtray-enable)