Minor reformatting & comment revision
This commit is contained in:
parent
799e822a19
commit
342d7f8f12
3 changed files with 8 additions and 8 deletions
|
@ -344,7 +344,7 @@ treat Emacs as a non-application window."
|
||||||
(setq mode-line-default-help-echo nil
|
(setq mode-line-default-help-echo nil
|
||||||
show-help-function nil)
|
show-help-function nil)
|
||||||
|
|
||||||
;; y/n is easier to type than yes/no
|
;; Typing yes/no is obnoxious when y/n will do
|
||||||
(fset #'yes-or-no-p #'y-or-n-p)
|
(fset #'yes-or-no-p #'y-or-n-p)
|
||||||
|
|
||||||
;; Try really hard to keep the cursor from getting stuck in the read-only prompt
|
;; Try really hard to keep the cursor from getting stuck in the read-only prompt
|
||||||
|
@ -372,11 +372,11 @@ treat Emacs as a non-application window."
|
||||||
|
|
||||||
(use-package! ediff
|
(use-package! ediff
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
:config
|
||||||
(setq ediff-diff-options "-w" ; turn off whitespace checking
|
(setq ediff-diff-options "-w" ; turn off whitespace checking
|
||||||
ediff-split-window-function #'split-window-horizontally
|
ediff-split-window-function #'split-window-horizontally
|
||||||
ediff-window-setup-function #'ediff-setup-windows-plain)
|
ediff-window-setup-function #'ediff-setup-windows-plain)
|
||||||
:config
|
|
||||||
(defvar doom--ediff-saved-wconf nil)
|
(defvar doom--ediff-saved-wconf nil)
|
||||||
;; Restore window config after quitting ediff
|
;; Restore window config after quitting ediff
|
||||||
(add-hook! 'ediff-before-setup-hook
|
(add-hook! 'ediff-before-setup-hook
|
||||||
|
|
|
@ -126,10 +126,10 @@
|
||||||
;;nix ; I hereby declare "nix geht mehr!"
|
;;nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;ocaml ; an objective camel
|
||||||
(org ; organize your plain life in plain text
|
(org ; organize your plain life in plain text
|
||||||
+dragndrop ; file drag & drop support
|
+dragndrop ; drag & drop files/images into org buffers
|
||||||
+ipython ; ipython support for babel
|
+ipython ; ipython/jupyter support for babel
|
||||||
+pandoc ; pandoc integration into org's exporter
|
+pandoc ; export-with-pandoc support
|
||||||
+present) ; using Emacs for presentations
|
+present) ; using org-mode for presentations
|
||||||
;;perl ; write code no one else can comprehend
|
;;perl ; write code no one else can comprehend
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
;;; lang/ess/config.el -*- lexical-binding: t; -*-
|
;;; lang/ess/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(use-package! ess
|
(use-package! ess
|
||||||
:commands (stata SAS)
|
:commands stata SAS
|
||||||
:init
|
:init
|
||||||
(setq ess-smart-S-assign-key nil)
|
(setq ess-smart-S-assign-key nil)
|
||||||
(unless (featurep! :lang julia)
|
(unless (featurep! :lang julia)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue