diff options
author | Alan Pearce | 2016-12-08 12:18:27 +0100 |
---|---|---|
committer | Alan Pearce | 2016-12-08 12:18:27 +0100 |
commit | f6f869d01cb7b9ccc87cedc8a93fe87cb7dd8ed9 (patch) | |
tree | 4265ded42cbf5829903a62fa5ecef70da1c92b18 /tag-emacs/emacs.d | |
parent | a47ed6767b4b44326833ca655a6565236837b874 (diff) | |
download | dotfiles-f6f869d01cb7b9ccc87cedc8a93fe87cb7dd8ed9.tar.lz dotfiles-f6f869d01cb7b9ccc87cedc8a93fe87cb7dd8ed9.tar.zst dotfiles-f6f869d01cb7b9ccc87cedc8a93fe87cb7dd8ed9.zip |
Emacs: remove empty function
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 92f84f3..3b86248 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -162,9 +162,6 @@ Let’s try a basic theme. (t (show-mode-line)))) - (defun full-git-gutter-fringe-markers () - ) - (defun hide-clutter () (interactive) (setq default-cursor-type 'bar |