Added resourced to get my ruby setup working
This commit is contained in:
parent
3d44c3ba74
commit
f2bf83a622
|
@ -96,7 +96,7 @@
|
|||
|
||||
:tools
|
||||
;;ansible
|
||||
;;debugger ; FIXME stepping through code, to help you add bugs
|
||||
debugger ; FIXME stepping through code, to help you add bugs
|
||||
;;direnv
|
||||
(docker +lsp)
|
||||
editorconfig ; let someone else argue about tabs vs spaces
|
||||
|
@ -104,7 +104,10 @@
|
|||
(eval +overlay) ; run code, run (also, repls)
|
||||
;;gist ; interacting with github gists
|
||||
(lookup ; helps you navigate your code and documentation
|
||||
+docsets) ; ...or in Dash docsets locally
|
||||
+dictionary
|
||||
+docsets ; ...or in Dash docsets locally
|
||||
+offline
|
||||
+xwidget)
|
||||
lsp
|
||||
;;macos ; MacOS-specific commands
|
||||
magit ; a git porcelain for Emacs
|
||||
|
@ -169,7 +172,10 @@
|
|||
;;racket ; a DSL for DSLs
|
||||
;;rest ; Emacs as a REST client
|
||||
;;rst ; ReST in peace
|
||||
ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||
(ruby ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||
+lsp ; LSP really do make things easier huh?
|
||||
+rails ; ruby != rails but rails == ruby
|
||||
+chruby) ; The easier version
|
||||
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
;;scala ; java, but good
|
||||
;;scheme ; a fully conniving family of lisps
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
(package! vimrc-mode)
|
||||
(package! graphviz-dot-mode)
|
||||
|
||||
(package! postcss-sorting)
|
||||
;;; Examples:
|
||||
;; (package! pretty-mode)
|
||||
;; (package! some-package)
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
source /usr/share/chruby/chruby.sh
|
||||
source /usr/share/chruby/auto.sh
|
||||
chruby ruby
|
||||
|
|
Loading…
Reference in New Issue
Block a user