Move smartparens configs to modules

This commit is contained in:
Henrik Lissner 2016-03-28 21:39:13 -04:00
parent 1c37aebd2e
commit f9e488cb0c
11 changed files with 98 additions and 61 deletions

View file

@ -0,0 +1,10 @@
;;; defuns-lua.el
;;;###autoload
(defun narf-inf-lua ()
(interactive)
(lua-start-process "lua" "lua")
(pop-to-buffer lua-process-buffer))
(provide 'defuns-lua)
;;; defuns-lua.el ends here