[Spacemacs] Remove EXWM layer, add PHP layer

This commit is contained in:
Lucien Cartier-Tilet 2021-05-21 14:01:15 +02:00
parent 435adfbb46
commit a2d0d579d9
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 12 deletions

View File

@ -497,6 +497,10 @@ programming language, so here it is.
lua-lsp-emmy-enable-file-watchers t)
#+END_SRC
#+BEGIN_SRC emacs-lisp
(php :variables php-backend 'lsp)
#+END_SRC
*** Readers
:PROPERTIES:
:CUSTOM_ID: Spacemacs_layers_and_packages-Layers-Readers-65e8e4ae
@ -609,10 +613,6 @@ Lastly, one custom layers have been enabled: my custom layer for conlanging
tools.
#+BEGIN_SRC emacs-lisp
conlanging
(exwm :variables
exwm-enable-systray t
exwm-install-logind-lock-handler t
exwm-locking-command "plock")
#+END_SRC
# Dont delete this code block, it wraps the layers
@ -4145,14 +4145,6 @@ ignore these paths:
<<recentf-ignored-paths-gen()>>)
#+END_SRC
** EXWM
:PROPERTIES:
:CUSTOM_ID: User-Configuration-EXWM-12e1cca6
:END:
#+BEGIN_SRC emacs-lisp
(setq exwm-workspace-number 10)
#+END_SRC
** Keybindings
:PROPERTIES:
:CUSTOM_ID: User_Configuration-Shortcuts-aef3f7a7