KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
clojure-snippets
★ 79
Open GitHub ↗
Yasnippet's for Clojure
Download README (.md)
Explore Similar Repositories
sharpbrake
:
Airbrake Notifier for .NET
tunctl
:
Erlang TUN/TAP interface
furnace-avm2
:
Flash ActionScript3 VM static analysis library based on Furnace framework.
mutter
:
the tiny command-line interface library with lots of style~
mutt-ical
:
answer/display ical invitations with mutt
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
clojure-snippets
?
Download (.md)
# Warning ************************************************************************** **NOTE:** these snippets are **no longer** actively maintained. For the latest actively maintained snippets, organised into a package see [https://github.com/mpenet/clojure-snippets](https://github.com/mpenet/clojure-snippets) This repo is kept only for reference purposes ************************************************************************** # Previously Install yasnippet via the Emacs package manager. Then: ``` git clone http://github.com/swannodette/clojure-snippets ~/.emacs.d/snippets/clojure-mode ``` Or whatever location you prefer. Then In your `.emacs` you should have something like the following ```elisp (when (require 'yasnippet nil 'noerror) (progn (yas/load-directory "~/.emacs.d/snippets"))) ```