Update config
This commit is contained in:
parent
c9a7cff17a
commit
2d97873c1c
3 changed files with 77 additions and 13 deletions
13
init.el
13
init.el
|
|
@ -3,6 +3,18 @@
|
|||
;;
|
||||
;; Made by Némunaire <nemunaire@nemunai.re>
|
||||
|
||||
(require 'package)
|
||||
(add-to-list 'package-archives
|
||||
'("MELPA Stable" . "http://stable.melpa.org/packages/") t)
|
||||
|
||||
;; Added by Package.el. This must come before configurations of
|
||||
;; installed packages. Don't delete this line. If you don't want it,
|
||||
;; just comment it out by adding a semicolon to the start of the line.
|
||||
;; You may delete these explanatory comments.
|
||||
(package-initialize)
|
||||
|
||||
(setq flymake-allowed-file-name-masks nil)
|
||||
|
||||
(defun may-load (path)
|
||||
"Load a file if it exists."
|
||||
(when (file-readable-p path)
|
||||
|
|
@ -42,7 +54,6 @@
|
|||
(require 'my-layout)
|
||||
(require 'my-lisp-mode)
|
||||
(require 'my-python-mode)
|
||||
(require 'vue-mode)
|
||||
|
||||
;; load my configuration files
|
||||
(toc:load-config-file '("key-binding"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue