|
|
@ -1,4 +1,4 @@ |
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
;; |
|
|
|
;; |
|
|
|
;; Emacs Configuration file |
|
|
|
;; Emacs Configuration file |
|
|
|
;; |
|
|
|
;; |
|
|
@ -50,6 +50,19 @@ |
|
|
|
(setq inhibit-splash-screen t) |
|
|
|
(setq inhibit-splash-screen t) |
|
|
|
|
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
;; Prefer UTF-8 for buffers |
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;; (prefer-coding-system 'utf-8) |
|
|
|
|
|
|
|
;; (set-terminal-coding-system 'utf-8) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(defun set-buffer-utf8 () |
|
|
|
|
|
|
|
(set-buffer-process-coding-system 'iso-8859-8 'iso-8859-8) |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(add-hook 'eshell-mode-hook 'set-buffer-utf8) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
;; Conditionally load urxvt files to fix weird bindings |
|
|
|
;; Conditionally load urxvt files to fix weird bindings |
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
|
@ -338,6 +351,9 @@ |
|
|
|
(info) |
|
|
|
(info) |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;; Correct the path |
|
|
|
|
|
|
|
(setenv "PATH" (concat "/usr/local/bin:/usr/local/sbin:" (getenv "PATH"))) |
|
|
|
|
|
|
|
|
|
|
|
;;------------------------------------------------------------------------------------- |
|
|
|
;;------------------------------------------------------------------------------------- |
|
|
|
;; Alignment |
|
|
|
;; Alignment |
|
|
|
;;------------------------------------------------------------------------------------- |
|
|
|
;;------------------------------------------------------------------------------------- |
|
|
|