Skip to content

Commit

Permalink
fix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonlai committed May 17, 2022
1 parent 8c580fb commit 685d495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ typical word processor."
(sql . t)
(sqlite . t)
(go . t)
(,(if (locate-library "ob-shell") 'sh 'shell) . t)
((if (locate-library "ob-shell") 'sh 'shell) . t)
))))

(provide 'init-org)
Expand Down

0 comments on commit 685d495

Please sign in to comment.