summaryrefslogtreecommitdiffstats
path: root/.emacs.d/site-lisp
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-02-17 22:22:55 +0100
committerGravatar Tom Willemsen2013-02-17 22:22:55 +0100
commit3e5421e79d47d4a40b540869f1b18288285e0025 (patch)
tree5b9bc3693fa15ebee05c8368fe9d4e9478630eaa /.emacs.d/site-lisp
parentb9c0e3838ff4fe1793893e37cfe882d1336724ae (diff)
downloaddotfiles-3e5421e79d47d4a40b540869f1b18288285e0025.tar.gz
dotfiles-3e5421e79d47d4a40b540869f1b18288285e0025.zip
emacs: Move pp^L configuration to org
Diffstat (limited to '.emacs.d/site-lisp')
-rw-r--r--.emacs.d/site-lisp/oni.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/.emacs.d/site-lisp/oni.el b/.emacs.d/site-lisp/oni.el
index 1afe1d6..a5ee2eb 100644
--- a/.emacs.d/site-lisp/oni.el
+++ b/.emacs.d/site-lisp/oni.el
@@ -369,13 +369,6 @@ When dealing with braces, add another line and indent that too."
(setq-local fci-rule-column 80)
(flycheck-mode))
-(defun oni:pretty-control-l-function (win)
- "Just make a string of either `fci-rule-column' or
-`fill-column' length -1. Use the `-' character. WIN is ignored."
- (make-string
- (1- (if (boundp 'fci-rule-column)
- fci-rule-column fill-column)) ?-))
-
(defun oni:prog-mode-func ()
"Function for `prog-mode-hook'."
(rainbow-delimiters-mode)