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 ()
|
(defun nope ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(message "Nope!"))
|
(message "Nope!"))
|
||||||
|
(defun silence ()
|
||||||
|
(interactive))
|
||||||
|
|
||||||
;; Helper function
|
;; Helper function
|
||||||
(defun string-ends-with-p (string suffix)
|
(defun string-ends-with-p (string suffix)
|
||||||
|
@ -40,8 +42,6 @@
|
||||||
(add-hook 'cperl-mode-hook
|
(add-hook 'cperl-mode-hook
|
||||||
(lambda () (setq-local local-abbrev-table nil)))
|
(lambda () (setq-local local-abbrev-table nil)))
|
||||||
|
|
||||||
(defun silence ()
|
|
||||||
(interactive))
|
|
||||||
|
|
||||||
;; Enable backup
|
;; Enable backup
|
||||||
(setq make-backup-files t)
|
(setq make-backup-files t)
|
||||||
|
|
Loading…
Reference in a new issue