Skip to content

Commit

Permalink
add some org emacs config
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Apr 12, 2019
1 parent 41fcd94 commit 1cdc0a8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/emacs.nix
Expand Up @@ -229,6 +229,10 @@ let
file = ./emacs/lang/nix.el;
pkgs = epkgs: [ epkgs.nix-mode ];
}
{
file = ./emacs/lang/org-mode-config.el;
pkgs = epkgs: [];
}
{
file = ./emacs/lang/ruby.el;
pkgs = epkgs: [
Expand Down
13 changes: 13 additions & 0 deletions config/emacs/lang/org-mode-config.el
@@ -0,0 +1,13 @@
;;; ruby --- mine some gems

;;; Commentary:

;;; Code:

(use-package org
:config
(org-babel-do-load-languages
'org-babel-load-languages
'((shell . t))))

;;; org.el ends here

0 comments on commit 1cdc0a8

Please sign in to comment.