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))))
|
; (t (message "Compilation exited abnormaly: %s" string))))
|
||||||
;
|
;
|
||||||
;(setq compilation-finish-function 'my/compilation-bury-buffer-without-error)
|
;(setq compilation-finish-function 'my/compilation-bury-buffer-without-error)
|
||||||
|
|
||||||
;(defun my/setup-compilation-window ()
|
;(defun my/setup-compilation-window ()
|
||||||
; (when (not (get-buffer-window "*compilation*"))
|
; (when (not (get-buffer-window "*compilation*"))
|
||||||
; (save-selected-window
|
; (save-selected-window
|
||||||
|
@ -334,7 +334,7 @@
|
||||||
; ((string-match "^\\*.*\\*$" (buffer-name buffer)) nil)
|
; ((string-match "^\\*.*\\*$" (buffer-name buffer)) nil)
|
||||||
; ((null (buffer-modified-p buffer)) nil)
|
; ((null (buffer-modified-p buffer)) nil)
|
||||||
; (t nil)))))
|
; (t nil)))))
|
||||||
|
|
||||||
;; Latex german
|
;; Latex german
|
||||||
(quail-define-package "latex-german" "UTF-8" "LaGe" t
|
(quail-define-package "latex-german" "UTF-8" "LaGe" t
|
||||||
"Transforms umlauts to the better latex notation.
|
"Transforms umlauts to the better latex notation.
|
||||||
|
|
Loading…
Reference in a new issue