Try to fix borked org config #emacs
This commit is contained in:
16
emacs/.config/doom/+magit.el
Normal file
16
emacs/.config/doom/+magit.el
Normal file
@ -0,0 +1,16 @@
|
||||
;;; ~/.doom.d/+magit.el -*- lexical-binding: t; -*-
|
||||
|
||||
(setq +magit-hub-features t ;; I want the PR/issue stuff too!
|
||||
+magit-hub-enable-by-default t) ;; And I want it on by default!
|
||||
|
||||
(after! magit
|
||||
(magit-wip-after-save-mode t)
|
||||
(magit-wip-after-apply-mode t)
|
||||
|
||||
(setq magit-save-repository-buffers 'dontask
|
||||
magit-repository-directories '(("~/src/" . 3)
|
||||
("~/dotfiles/" . 0))
|
||||
magit-popup-display-buffer-action nil ;; Not sure why this is here, wonder what it does
|
||||
magit-display-file-buffer-function #'switch-to-buffer-other-window
|
||||
magithub-clone-default-directory "~/src" ;; I want my stuff to clone to ~/projects
|
||||
magithub-preferred-remote-method 'ssh_url)) ;; HTTPS cloning is awful, i authenticate with ssh keys.
|
||||
Reference in New Issue
Block a user