summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-10-02 22:46:01 +0200
committerGravatar Tom Willemse2015-10-02 22:46:01 +0200
commit168807b974731edccb2a013a9793c61342ee8b8b (patch)
tree5ae744347b969cc914f894c45c699e5335edbd5d /emacs/.emacs.d/init.org
parenta75647fd4fcc3c575dc9ed905d76544a4dd1e8f4 (diff)
downloaddotfiles-168807b974731edccb2a013a9793c61342ee8b8b.tar.gz
dotfiles-168807b974731edccb2a013a9793c61342ee8b8b.zip
Add notes about settings in .Xdefaults
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org27
1 files changed, 27 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 50b801a..8aa09d8 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -274,6 +274,12 @@
(menu-bar-mode -1)
#+END_SRC
+ I also do this in my =.Xdefaults= file, as that is applied sooner:
+
+ #+BEGIN_SRC conf-xdefaults :tangle no
+ Emacs.menuBar: off
+ #+END_SRC
+
** Turn-off tool bar
The toolbar is another such thing, and it takes up quite a bit more
@@ -285,6 +291,13 @@
(tool-bar-mode -1)
#+END_SRC
+ I also do this in my =.Xdefaults= as those settings are applied
+ sooner.
+
+ #+BEGIN_SRC conf-xdefaults :tangle no
+ Emacs.toolBar: off
+ #+END_SRC
+
** Turn-off blinking cursor
I suppose a blinking cursor doesn't get lost very easily. But on
@@ -298,6 +311,13 @@
(blink-cursor-mode -1)
#+END_SRC
+ I also do this in my =.Xdefaults=, as those settings are applied
+ sooner.
+
+ #+BEGIN_SRC conf-xdefaults :tangle no
+ Emacs.cursorBlink: off
+ #+END_SRC
+
** Turn-off line numbers
As I'm currently using svg-mode-line-themes[fn:2] for my ~mode-line~
@@ -395,6 +415,13 @@
(font . "Fantasque Sans Mono-13")
#+END_SRC
+ I also do this in my =.Xdefaults= as those settings are applied
+ sooner.
+
+ #+BEGIN_SRC conf-xdefaults :tangle no
+ Emacs.font: Fantasque Sans Mono-13
+ #+END_SRC
+
*** Hide the scroll bar
The scroll-bar is almost just as informative as the current line