Compare commits
No commits in common. "d3a3a2ceb274f260122b5a0227e2ea392a5d29d8" and "22f255dfe440af093a8539e526d81dd74aae0148" have entirely different histories.
d3a3a2ceb2
...
22f255dfe4
@ -281,7 +281,7 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]].
|
||||
(vertico . "gnu")
|
||||
(with-editor . "nongnu")
|
||||
(yasnippet . "gnu"))
|
||||
package-selected-packages '(no-littering))
|
||||
package-selected-packages '(debbugs no-littering))
|
||||
#+end_src
|
||||
|
||||
#+caption[Set the third set of Emacs options: final tweaks]:
|
||||
@ -294,8 +294,6 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]].
|
||||
;; Postpone (require 'org) after shadowing Org and sh-script faces below.
|
||||
|
||||
(when (eq system-type 'darwin)
|
||||
;; Failed to initialize color list unarchiver: ...
|
||||
;; BUG#32854 and BUG#70836: rm ~/Library/Colors/Emacs.clr
|
||||
(setopt ns-alternate-modifier nil
|
||||
ns-command-modifier 'meta
|
||||
ns-right-command-modifier 'super))
|
||||
@ -5338,9 +5336,7 @@ Listing [[lst:bug-reference-mode]] configures ~bug-reference-mode~ for use with
|
||||
#+caption: Setup ~bug-reference-mode~.
|
||||
#+name: lst:bug-reference-mode
|
||||
#+begin_src emacs-lisp -n :results silent
|
||||
;; (info "(debbugs) Top")
|
||||
;; (info "(emacs) Bug Reference")
|
||||
(ensure-package-installation 'debbugs)
|
||||
(defvar bug-reference-url-format
|
||||
"https://debbugs.gnu.org/cgi/bugreport.cgi?bug=%s"
|
||||
"Setting this as a file local variable enables `bug-reference-mode'")
|
||||
|
Loading…
Reference in New Issue
Block a user