emacs - move silence function

This commit is contained in:
madmaurice 2017-10-14 12:16:36 +02:00
parent c8314038a2
commit 45fb7d55bb

View file

@ -6,6 +6,8 @@
(defun nope ()
(interactive)
(message "Nope!"))
(defun silence ()
(interactive))
;; Helper function
(defun string-ends-with-p (string suffix)
@ -40,8 +42,6 @@
(add-hook 'cperl-mode-hook
(lambda () (setq-local local-abbrev-table nil)))
(defun silence ()
(interactive))
;; Enable backup
(setq make-backup-files t)