emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 4bf6add9002869b6f7d87987fcf847f7b2294547
parent 92fe4a6ea425aaaedf00ebe78bddf7d75eb9e0c7
Author: Cem Keylan <cem@ckyln.com>
Date:   Sun, 19 Apr 2020 12:13:08 +0300

add forge

Diffstat:
Minit.org | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/init.org b/init.org @@ -380,6 +380,16 @@ along with it. :config (evil-magit-init)) #+END_SRC +*** Forge +I like being able to interact with PR's and issues on Github from +the comfort of Emacs. Forge is a good one on that. Less web browsing, +the better. +#+BEGIN_SRC emacs-lisp + (use-package forge + :straight t + :after magit + ) +#+END_SRC ** Flycheck I use flycheck for async syntax and error checking. It can be really useful