projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs] add Borg's layer/essentials current submodules
[~bandali/configs]
/
emacs
/
init.org
diff --git
a/emacs/init.org
b/emacs/init.org
index
cda34f3
..
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)
@@
-372,7
+371,11
@@
More like /the most/ convenient key definitions in Emacs.
(use-package exwm
:config
(require 'exwm-config)
(use-package exwm
:config
(require 'exwm-config)
- (exwm-config-default))
+ (exwm-config-default)
+ (require 'exwm-systemtray)
+ (exwm-systemtray-enable)
+ (require 'exwm-randr)
+ (exwm-randr-enable))
#+end_src
*** [[https://orgmode.org/][Org mode]]
#+end_src
*** [[https://orgmode.org/][Org mode]]