emacs - move silence function
This commit is contained in:
parent
c8314038a2
commit
45fb7d55bb
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue