Skip to content

Commit

Permalink
documentation formatting: Fri Apr 23 14:03:32 UTC 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
emacspace authored and JAremko committed Apr 23, 2021
1 parent 982a3db commit eddf1dc
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 12 deletions.
4 changes: 2 additions & 2 deletions layers/+emacs/org/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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]].

Expand Down
19 changes: 9 additions & 10 deletions layers/+window-management/exwm/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 |
Expand Down
24 changes: 24 additions & 0 deletions layers/LAYERS.org
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
- [[#debug][Debug]]
- [[#docker][Docker]]
- [[#eww][Eww]]
- [[#exwm][EXWM]]
- [[#fasd][Fasd]]
- [[#finance][Finance]]
- [[#geolocation][Geolocation]]
Expand Down Expand Up @@ -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]]

Expand Down

0 comments on commit eddf1dc

Please sign in to comment.