Fix to get emms working and some linting fixes.
This commit is contained in:
parent
eb98720f3d
commit
6c7e671ae1
4 changed files with 37 additions and 10 deletions
|
@ -1,4 +1,11 @@
|
|||
;; -*- lexical-binding: t; -*-
|
||||
;;;; init.el --- Personal Init file -*- lexical-binding: t; -*-
|
||||
|
||||
;;;; Commentary:
|
||||
|
||||
;; Personal Emacs input file
|
||||
|
||||
;;;; Code:
|
||||
|
||||
;; Personal modules
|
||||
(add-to-list 'load-path '"~/.dotfiles/emacs/.emacs.d/modules")
|
||||
|
||||
|
@ -12,6 +19,7 @@
|
|||
(require 'jg-keys)
|
||||
(require 'jg-dev)
|
||||
(require 'jg-org)
|
||||
(require 'jg-media)
|
||||
|
||||
(use-package ivy
|
||||
:diminish
|
||||
|
@ -51,5 +59,9 @@
|
|||
(use-package auctex
|
||||
:config
|
||||
(setq TeX-auto-save t)
|
||||
(setq TeX-parse-self t)
|
||||
)
|
||||
(setq TeX-parse-self t))
|
||||
|
||||
(provide 'init)
|
||||
;;; init.el ends here
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue