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