Mehr
This commit is contained in:
parent
240312dd21
commit
1334c9e797
1 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
||||||
(height . 40)
|
(height . 40)
|
||||||
))
|
))
|
||||||
|
|
||||||
;(push '("marmalade" . "http://marmalade-repo.org/packages/") package-archives)
|
|
||||||
(push '("melpa" . "http://melpa.milkbox.net/packages/") package-archives)
|
(push '("melpa" . "http://melpa.milkbox.net/packages/") package-archives)
|
||||||
|
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
|
@ -62,11 +61,14 @@
|
||||||
(ensure-package-installed 'use-package)
|
(ensure-package-installed 'use-package)
|
||||||
|
|
||||||
;; *.tex files are Latex-Files
|
;; *.tex files are Latex-Files
|
||||||
(add-to-list 'auto-mode-alist '("\\.py\\'" . LaTeX-mode))
|
(add-to-list 'auto-mode-alist '("\\.tex\\'" . latex-mode))
|
||||||
|
|
||||||
;; show parens
|
;; show parens
|
||||||
(show-paren-mode t)
|
(show-paren-mode t)
|
||||||
|
|
||||||
|
;; highlight line
|
||||||
|
(global-hl-line-mode)
|
||||||
|
|
||||||
;; theme
|
;; theme
|
||||||
(use-package heroku-theme
|
(use-package heroku-theme
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
Loading…
Reference in a new issue