Merged emacs file
This commit is contained in:
parent
ee6556ea91
commit
94024ce109
1 changed files with 8 additions and 2 deletions
10
emacs.el
10
emacs.el
|
@ -1,6 +1,9 @@
|
||||||
|
|
||||||
(setq user-full-name "Marcel Kapfer (mmk2410")
|
(setq user-full-name "Marcel Kapfer (mmk2410")
|
||||||
(setq user-mail-address "marcelmichaelkapfer@gmail.com")
|
(setq user-mail-address "marcelmichaelkapfer@gmail.com")
|
||||||
|
|
||||||
|
(setq load-path (append (list (expand-file-name "/usr/local/lilypond/usr/share/emacs/site-lisp")) load-path))
|
||||||
|
|
||||||
(load "package")
|
(load "package")
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
|
@ -63,7 +66,11 @@
|
||||||
'(custom-safe-themes
|
'(custom-safe-themes
|
||||||
(quote
|
(quote
|
||||||
("1160f5fc215738551fce39a67b2bcf312ed07ef3568d15d53c87baa4fd1f4d4e" default)))
|
("1160f5fc215738551fce39a67b2bcf312ed07ef3568d15d53c87baa4fd1f4d4e" default)))
|
||||||
'(send-mail-function (quote smtpmail-send-it)))
|
'(send-mail-function (quote smtpmail-send-it))
|
||||||
|
'(inhibit-startup-screen t)
|
||||||
|
'(package-selected-packages
|
||||||
|
(quote
|
||||||
|
(mediawiki ## edit-server muttrc-mode flymake-yaml flymake-vala flymake-shell flymake-sass flymake-rust flymake-ruby flymake-phpcs flymake-php flymake-lua flymake-jslint flymake-jshint flymake-css flymake-coffee dart-mode auto-complete-auctex auctex atom-one-dark-theme))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
@ -97,4 +104,3 @@
|
||||||
(require 'fill-column-indicator)
|
(require 'fill-column-indicator)
|
||||||
(setq fci-rule-width 5) ;;; set rule width to 5px
|
(setq fci-rule-width 5) ;;; set rule width to 5px
|
||||||
(add-hook 'after-change-major-mode-hook 'fci-mode) ;; enable fci on every file
|
(add-hook 'after-change-major-mode-hook 'fci-mode) ;; enable fci on every file
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue