summaryrefslogtreecommitdiffstats
path: root/.emacs.d/functions.el
diff options
context:
space:
mode:
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))