Compare commits
No commits in common. "8fae63f87ac29fa45dc81913dee990f86ba0e2e1" and "2540108ccef6dc85b08ea3d53f504f8e0ea2c86b" have entirely different histories.
8fae63f87a
...
2540108cce
@ -20,18 +20,6 @@
|
||||
;; (run-with-idle-timer 5 t #'garbage-collect)
|
||||
;(setq garbage-collection-messages t)
|
||||
|
||||
;; doesn't quite work
|
||||
(defun mir/dont-make-obsolete (orig &rest args)
|
||||
"only run ORIG when its not linum."
|
||||
;; (message "obsoleting: %s" args)
|
||||
(if (or (member 'global-linum-mode args)
|
||||
(member 'linum-mode args))
|
||||
(message "linum is deprecated but i dont care")
|
||||
;; (let ((inhibit-message t))
|
||||
;; (apply orig args))
|
||||
(apply orig args)))
|
||||
(advice-add #'make-obsolete :around #'mir/dont-make-obsolete)
|
||||
|
||||
(defun display-startup-echo-area-message ()
|
||||
"A re-definition of the function.
|
||||
Tell the Emacs startup time and number of garbage-collections
|
||||
|
5
init.el
5
init.el
@ -665,11 +665,6 @@ targets."
|
||||
;; upd: this is not waht that does 💀
|
||||
;; (use-package el-patch)
|
||||
;; SORTA WORKING: Relative line numbers with stuff
|
||||
(use-package nlinum
|
||||
:custom-face
|
||||
(linum
|
||||
((t (:foreground "#303030"))))
|
||||
:ensure (:repo "https://git.marq42.xyz/mir/nlinum"))
|
||||
(use-package nlinum-relative
|
||||
:custom
|
||||
(nlinum-relative-redisplay-delay 0)
|
||||
|
Loading…
Reference in New Issue
Block a user