summaryrefslogtreecommitdiffstats
path: root/.emacs.d/functions.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-09-05 11:03:19 +0200
committerGravatar Tom Willemsen2011-09-05 11:03:19 +0200
commit2ff16041c5656b53ba9d3e36c2e2c5e1eb2dba92 (patch)
treed6f9bd9542720cd90f97be6dbd2cb9f24146430c /.emacs.d/functions.el
parent73f8cf00f053a5683e43572259cde38b19941cea (diff)
downloaddotfiles-2ff16041c5656b53ba9d3e36c2e2c5e1eb2dba92.tar.gz
dotfiles-2ff16041c5656b53ba9d3e36c2e2c5e1eb2dba92.zip
EMACS: Disable <CTRL>-z when in X
`.emacs.d/functions.el' - Removed functions `(x-init)' and `(cli-init)'. `.emacs.d/init.el' - Moved initialization for with and without window systems from seperate functions. - Globally unset <CTRL>-z when we have a window system.
Diffstat (limited to '.emacs.d/functions.el')
-rw-r--r--.emacs.d/functions.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/.emacs.d/functions.el b/.emacs.d/functions.el
index 00a458a..5f3f1c0 100644
--- a/.emacs.d/functions.el
+++ b/.emacs.d/functions.el
@@ -108,14 +108,6 @@ Currently adds | & ! . + = - / % * , < > ? : ->"
(insert ";;\n")
(insert-char ?\; width))
-(defun x-init ()
- "Initialization only for X"
- (setq linum-format " %d"))
-
-(defun cli-init ()
- "Add a space to the linum column"
- (setq linum-format "%d "))
-
(defun replace-occurrences (from to)
(save-excursion
(goto-char (point-min))