Delete trailing whitespaces
This commit is contained in:
parent
9b09debefa
commit
b9a933ee88
1 changed files with 2 additions and 2 deletions
|
@ -284,7 +284,7 @@
|
|||
; (t (message "Compilation exited abnormaly: %s" string))))
|
||||
;
|
||||
;(setq compilation-finish-function 'my/compilation-bury-buffer-without-error)
|
||||
|
||||
|
||||
;(defun my/setup-compilation-window ()
|
||||
; (when (not (get-buffer-window "*compilation*"))
|
||||
; (save-selected-window
|
||||
|
@ -334,7 +334,7 @@
|
|||
; ((string-match "^\\*.*\\*$" (buffer-name buffer)) nil)
|
||||
; ((null (buffer-modified-p buffer)) nil)
|
||||
; (t nil)))))
|
||||
|
||||
|
||||
;; Latex german
|
||||
(quail-define-package "latex-german" "UTF-8" "LaGe" t
|
||||
"Transforms umlauts to the better latex notation.
|
||||
|
|
Loading…
Reference in a new issue