diff options
author | Amin Bandali <bandali@gnu.org> | 2018-11-11 22:05:53 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-11-11 22:05:53 -0500 |
commit | e27e03831ecdbe42dfaa8b5578b25bdb7c6da45e (patch) | |
tree | e14e7ecfa3eac65cc8e9adc4c8a3e6e4f838cdf7 | |
parent | 1a46b236280976a8dd3777be7a12c48bc6e62ca5 (diff) | |
download | configs-e27e03831ecdbe42dfaa8b5578b25bdb7c6da45e.tar.gz configs-e27e03831ecdbe42dfaa8b5578b25bdb7c6da45e.tar.xz configs-e27e03831ecdbe42dfaa8b5578b25bdb7c6da45e.zip |
[emacs] comment out Server and Unicode init.org sections
-rw-r--r-- | init.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -355,7 +355,7 @@ in my shell. (mapc #'disable-theme custom-enabled-themes)) #+end_src -** Server +** COMMENT Server Start server if not already running. Alternatively, can be done by issuing =emacs --daemon= in the terminal, which can be automated with @@ -371,7 +371,7 @@ See [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Emacs-Server.htm :config (or (server-running-p) (server-mode))) #+end_src -** Unicode support +** COMMENT Unicode support Font stack with better unicode support, around =Ubuntu Mono= and =Hack=. |