projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs] assimilate and enable EXWM
[~bandali/configs]
/
emacs
/
init.org
diff --git
a/emacs/init.org
b/emacs/init.org
index
f404ad1
..
4d57bf4
100644
(file)
--- a/
emacs/init.org
+++ b/
emacs/init.org
@@
-362,8
+362,7
@@
More like /the most/ convenient key definitions in Emacs.
#+begin_src emacs-lisp
(use-package general
#+begin_src emacs-lisp
(use-package general
- :demand t
- :config)
+ :demand t)
#+end_src
*** [[https://github.com/ch11ng/exwm][exwm]] (window manager)
#+end_src
*** [[https://github.com/ch11ng/exwm][exwm]] (window manager)
@@
-374,7
+373,9
@@
More like /the most/ convenient key definitions in Emacs.
(require 'exwm-config)
(exwm-config-default)
(require 'exwm-systemtray)
(require 'exwm-config)
(exwm-config-default)
(require 'exwm-systemtray)
- (exwm-systemtray-enable))
+ (exwm-systemtray-enable)
+ (require 'exwm-randr)
+ (exwm-randr-enable))
#+end_src
*** [[https://orgmode.org/][Org mode]]
#+end_src
*** [[https://orgmode.org/][Org mode]]