documentation formatting: Fri Apr 23 14:03:32 UTC 2021

This commit is contained in:
emacspace 2021-04-23 14:03:32 +00:00 committed by Eugene Yaremenko
parent 982a3db01f
commit eddf1dc460
3 changed files with 35 additions and 12 deletions

View File

@ -429,11 +429,11 @@ to =t=.
To enable support for [[https://www.orgroam.com/manual.html#Roam-Protocol][Org Roam Protocol]] set the variable
=org-enable-roam-protocol= to =t=.
#+begin_src emacs-lisp
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers '(
(org :variables
org-enable-roam-protocol t)))
#+end_src
#+END_SRC
And create a desktop file as described in the [[https://www.orgroam.com/manual.html#Roam-Protocol][org-roam manual]].

View File

@ -4,15 +4,14 @@
[[file:img/spacemacsOS.jpg]]
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#note-about-display-managers][Note about Display Managers]]
- [[#not-having-display-managers][Not having Display Managers]]
- [[#osx][OSX]]
- [[#key-bindings][Key bindings]]
* Table of Contents :TOC_5_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#note-about-display-managers][Note about Display Managers]]
- [[#not-having-display-managers][Not having Display Managers]]
- [[#osx][OSX]]
- [[#key-bindings][Key bindings]]
* Description
The time has arrived when one can finally use Emacs as a Window Manager, long
@ -68,7 +67,7 @@ I have, for convenience, disabled the use of ~C-x~ and ~C-c~ in X windows,
mainly because that's something we could use for Cutting and Copying text, but if
you want you can enable it, this layer focuses on less Emacs-y bindings.
| Key Binding | Description |
| Key binding | Description |
|-----------------------+------------------------------------------------|
| ~C-q~ | Send next key pressed to the X window |
| ~C-'~ | Pop shell |

View File

@ -216,6 +216,7 @@
- [[#debug][Debug]]
- [[#docker][Docker]]
- [[#eww][Eww]]
- [[#exwm][EXWM]]
- [[#fasd][Fasd]]
- [[#finance][Finance]]
- [[#geolocation][Geolocation]]
@ -2805,6 +2806,29 @@ Features:
- Adds spacemacs functionality to eww-mode
- Adds ability to easily navigate eww buffers
** EXWM
[[file:+window-management/exwm/README.org][+window-management/exwm/README.org]]
The time has arrived when one can finally use Emacs as a Window Manager, long
ago the concepts of *windows* and *frames* made so much sense when one was
working in a TTY, and basically that's all the window management you got. In
these *modern* times though, it sounds silly to have those names. But not
Anymore!
Thanks to @ch11ng and his [[https://github.com/ch11ng/exwm][EXWM]] project we can now use Emacs as our window
manager, and all those *windows* that didn't make sense before, now can not only
hold buffers, but X Windows, that means that you can spawn a Browser Window, or
your music player, or anything.
I urge you to read the [[https://github.com/ch11ng/exwm/wiki][EXWM Wiki]] for a more in depth explanation and if you can
contribute, please do so! The purpose of me making this layer is that I find it
awesome and having nice defaults would make more people dive into it and the
project would receive more attention and contributions which will only make it
more awesome, so if you try it and like it, share it!
Features:
- Support for using Spacemacs as window manager
** Fasd
[[file:+tools/fasd/README.org][+tools/fasd/README.org]]