git.fiddlerwoaroof.com
Browse code

feat(emacs): enable org-babel shell

Edward Langley authored on 27/03/2022 03:29:30
Showing 1 changed files
... ...
@@ -360,7 +360,8 @@
360 360
      (http . t)
361 361
      (emacs-lisp . t)
362 362
      (lisp . t)
363
-     (haskell . t)))
363
+     (haskell . t)
364
+     (shell . t)))
364 365
 
365 366
   (define-key global-map "\C-cc" 'org-capture)
366 367
   (evil-define-key 'visual 'global (kbd "<leader>c") 'org-capture))