EWEA:WE J(IUWPQO FEW
This commit is contained in:
parent
7f92852908
commit
501573e1d4
|
@ -226,9 +226,15 @@
|
||||||
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1))
|
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1))
|
||||||
|
|
||||||
;; github notifications in my editor my favorite
|
;; github notifications in my editor my favorite
|
||||||
|
;; needs OLD not NEW github token
|
||||||
(use-package forge
|
(use-package forge
|
||||||
:after magit)
|
:after magit)
|
||||||
(setq auth-sources '("~/.authinfo"))
|
(setq auth-sources '("~/.authinfo"))
|
||||||
|
|
||||||
|
;; oh god
|
||||||
|
(use-package org
|
||||||
|
:custom
|
||||||
|
(setq org-adapt-indentation t))
|
||||||
|
|
||||||
;; video
|
;; video
|
||||||
;; https://youtu.be/INTu30BHZGk?t=3419
|
;; Emacs from Scratch #5 Introduction to Org-mode
|
||||||
|
|
Loading…
Reference in a new issue