projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5296b7
)
[emacs] use exwm-randr so that exwm would pick up screen rotations
author
Amin Bandali
<amin@aminb.org>
Thu, 26 Apr 2018 06:04:38 +0000
(
02:04
-0400)
committer
Amin Bandali
<amin@aminb.org>
Thu, 26 Apr 2018 06:04:38 +0000
(
02:04
-0400)
emacs/init.org
patch
|
blob
|
blame
|
history
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
- :demand t
- :config)
+ :demand t)
#+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)
- (exwm-systemtray-enable))
+ (exwm-systemtray-enable)
+ (require 'exwm-randr)
+ (exwm-randr-enable))
#+end_src
*** [[https://orgmode.org/][Org mode]]