no need for a function for requiring one thing

This commit is contained in:
mir 2024-01-23 21:03:58 -09:00
parent 6e76496838
commit 064c950326
2 changed files with 1 additions and 7 deletions

View File

@ -89,11 +89,6 @@ console."
(setq current-input-method 'japanese-ascii)
(setq current-input-method 'japanese)))
(defun mir/general-config ()
"A batch of commands to run immediately after loading the `general' package.
Made solely to reduce lines in the init file."
(require 'mir-keybinds))
(defun turn-off-line-numbers ()
"A tiny wrapper around `display-line-numbers-mode' or `linum'.
For use in hooks."

View File

@ -6,7 +6,6 @@
;; -----------------------------------------------------------------------------
;;; Code:
(elpaca-wait)
;; (use-package no-littering) ;a bad start, and we need more
(use-package compat)
@ -19,7 +18,7 @@
(use-package general
:demand t
:custom (default-input-method "japanese")
:config (mir/general-config))
:config (require 'mir-keybinds))
(elpaca-wait)
(use-package gcmh
:diminish