Set LANG to english for emacs.
This commit is contained in:
parent
7ecaa38b5a
commit
b8fd7fc71c
6
init.el
6
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; init.el --- tastytea's Emacs init file.
|
||||||
;;; Time-stamp: <2019-03-29 20:02:34 CET>
|
;;; Time-stamp: <2019-03-30 00:22:42 CET>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;; I am using this file with Emacs 26, but most of it will probably work with
|
;;; I am using this file with Emacs 26, but most of it will probably work with
|
||||||
|
@ -62,6 +62,9 @@
|
||||||
(if (member (system-name) '("steuerbeamter" "azimuth" "localhost"))
|
(if (member (system-name) '("steuerbeamter" "azimuth" "localhost"))
|
||||||
(setq slow-computer t)) ; localhost is schnibble
|
(setq slow-computer t)) ; localhost is schnibble
|
||||||
|
|
||||||
|
;; Show manpages and error messages from compilers in english.
|
||||||
|
(setenv "LANG" "en_US.utf8")
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;; Configure some essential things ;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;; Configure some essential things ;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Set garbage collection threshold to 100 MiB (or 20 MiB) to speed up init.
|
;; Set garbage collection threshold to 100 MiB (or 20 MiB) to speed up init.
|
||||||
;; It is reset at the end of the file.
|
;; It is reset at the end of the file.
|
||||||
|
@ -423,6 +426,7 @@
|
||||||
:hook
|
:hook
|
||||||
(prog-mode . my/set-fill-column-80)
|
(prog-mode . my/set-fill-column-80)
|
||||||
(conf-mode . my/set-fill-column-80)
|
(conf-mode . my/set-fill-column-80)
|
||||||
|
(markdown-mode . my/set-fill-column-80)
|
||||||
(prog-mode . fci-mode)
|
(prog-mode . fci-mode)
|
||||||
(text-mode . fci-mode))
|
(text-mode . fci-mode))
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 4814
|
127.0.0.1:51313 6235
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user