summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 5c86ced..e7eda5f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -200,10 +200,6 @@ MODE1 is enabled and vice-versa."
(interactive)
(server-save-buffers-kill-terminal nil))
-(defun oni:color-for (object)
- "Generate a hex color by taking the first 6 characters of OBJECT's MD5 sum."
- (format "#%s" (substring (md5 object) 0 6)))
-
(defun oni:css-mode-func ()
"Function for `css-mode-hook'."
(local-set-key "\C-j" 'oni:newline-and-indent))