summaryrefslogtreecommitdiffstats
path: root/.emacs.d/slash_functions.el
diff options
context:
space:
mode:
authorGravatar ryuslash2010-09-12 10:33:26 +0200
committerGravatar ryuslash2010-09-12 10:33:26 +0200
commit1ca854dbec0e879429c83b3da3d26dae1d852c00 (patch)
tree8ccc6cfeca5c6b97afdc94c312f55a064b1c047d /.emacs.d/slash_functions.el
parent7c4787a7f477d92dfc58713e61abb42ed5844e87 (diff)
downloaddotfiles-1ca854dbec0e879429c83b3da3d26dae1d852c00.tar.gz
dotfiles-1ca854dbec0e879429c83b3da3d26dae1d852c00.zip
Removed old emacs files
Diffstat (limited to '.emacs.d/slash_functions.el')
-rw-r--r--.emacs.d/slash_functions.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/slash_functions.el b/.emacs.d/slash_functions.el
deleted file mode 100644
index fa27bb7..0000000
--- a/.emacs.d/slash_functions.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(defun what-face (pos)
- (interactive "d")
- (let ((face (or (get-char-property (point) 'read-face-name)
- (get-char-property (point) 'face))))
- (if face (message "Face: %s" face) (message "No face at %d" pos)))) \ No newline at end of file