Disable EXWM on main config
This commit is contained in:
parent
d9e942075b
commit
8ac49ca9b1
|
|
@ -1514,14 +1514,14 @@ For more information on setup, you should check out `https://github.com/ch11ng/e
|
|||
|
||||
Install the package, enable it and ensure that it always is installed, and then configure:
|
||||
*** EXWM
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
+BEGIN_SRC emacs-lisp
|
||||
(use-package exwm
|
||||
:ensure t
|
||||
:config
|
||||
(exwm-enable))
|
||||
#+END_SRC
|
||||
+END_SRC
|
||||
**** Configuration
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
+BEGIN_SRC emacs-lisp
|
||||
(with-eval-after-load 'exwm
|
||||
;; Autostart applications
|
||||
(start-process-shell-command "udiskie" nil "udiskie -t")
|
||||
|
|
@ -1707,7 +1707,7 @@ Install the package, enable it and ensure that it always is installed, and then
|
|||
;; Ido mode seems to be enabled in the default configuration, turn it back off as we are using Ivy completion instead.
|
||||
(ido-mode -1)
|
||||
)
|
||||
#+END_SRC
|
||||
+END_SRC
|
||||
|
||||
|
||||
*** Counsel Linux Application
|
||||
|
|
|
|||
Loading…
Reference in New Issue