Update config

This commit is contained in:
nemunaire 2026-01-24 09:33:22 +08:00
commit 2d97873c1c
3 changed files with 77 additions and 13 deletions

13
init.el
View file

@ -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"