emacs - move redefinition of yes-or-no-p
This commit is contained in:
parent
9159461442
commit
2a01a2b777
1 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
|||
(package-initialize)
|
||||
(require 'cl)
|
||||
|
||||
;; Change all prompts to y or n
|
||||
(fset 'yes-or-no-p 'y-or-n-p)
|
||||
|
||||
;; Nope function
|
||||
(defun nope ()
|
||||
(interactive)
|
||||
|
@ -575,8 +578,6 @@
|
|||
'("*undo-tree*" (display-buffer-reuse-window display-buffer-in-side-window)
|
||||
(side . right) (size . 0.2)))
|
||||
|
||||
;; Change all prompts to y or n
|
||||
(fset 'yes-or-no-p 'y-or-n-p)
|
||||
|
||||
;; Insert time, german format
|
||||
(defun time-german ()
|
||||
|
|
Loading…
Reference in a new issue