Skip to content

Commit ff4bebc

Browse files
committed
Clojure config
1 parent b85fa48 commit ff4bebc

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

collect.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ cp /etc/gitweb.conf .
3737
cp ~/.ssh/config ssh_config
3838
cp ~/.gitconfig .
3939
cp /etc/cron.d/letsencrypt .
40+
cp ~/.lein/profiles.clj .

profiles.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{:user {:dependencies [[cljfmt "0.5.6"]]
2+
:repl-options {:timeout 300000}}}

vimrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
execute pathogen#infect()
2+
13
syntax on
24
filetype plugin indent on
35

@@ -21,3 +23,5 @@ autocmd BufRead,BufNewFile,BufEnter /home/pi/go/src/* setlocal expandtab! noexpa
2123

2224
" Tabs for pdf-redactor
2325
autocmd BufRead,BufNewFile,BufEnter /home/pi/pdf-redactor/* setlocal expandtab! noexpandtab shiftwidth=8 tabstop=8 softtabstop=8
26+
27+
autocmd BufNewFile,BufReadPost *.cljc setfiletype clojure

0 commit comments

Comments
 (0)