[Emacs] Remove common-lisp layer, add Swift layer

This commit removes the common-lisp layer, as I do not use it anymore.

However, due to college, I need to be able to edit Swift code, hence its
addition.
This commit is contained in:
Lucien Cartier-Tilet 2020-10-09 18:11:03 +02:00
parent 80a3a944f3
commit 3e3d197d44
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -490,10 +490,10 @@
lua-lsp-emmy-enable-file-watchers t) lua-lsp-emmy-enable-file-watchers t)
#+END_SRC #+END_SRC
But that wont stop me trying to use other window managers. I am currently Unfortunately, I have to write Swift code for one of my university courses,
testing StumpWM, which requires the Common Lisp layer. so here is the layer:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
common-lisp swift
#+END_SRC #+END_SRC
*** Readers *** Readers