From 1ab6e658af2e7eead26c25c612deaa0d0aaf70bd Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 30 Aug 2020 11:37:57 -0400 Subject: refactor(gs/emacs): Break clojure config into its own file Change-Id: I1638b2026c67820e10719a28d303684a87210f81 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1887 Reviewed-by: glittershark Tested-by: BuildkiteCI --- users/glittershark/emacs.d/clojure.el | 42 +++++++++++++++++++++++++++++++++++ users/glittershark/emacs.d/config.el | 39 +++----------------------------- 2 files changed, 45 insertions(+), 36 deletions(-) create mode 100644 users/glittershark/emacs.d/clojure.el diff --git a/users/glittershark/emacs.d/clojure.el b/users/glittershark/emacs.d/clojure.el new file mode 100644 index 0000000000..565ae982d6 --- /dev/null +++ b/users/glittershark/emacs.d/clojure.el @@ -0,0 +1,42 @@ +;;; ~/code/depot/users/glittershark/emacs.d/clojure.el -*- lexical-binding: t; -*- + +(defun clojure-thing-at-point-setup () + (interactive) + ;; Used by cider-find-dwim to parse the symbol at point + (setq-local + thing-at-point-file-name-chars + (concat thing-at-point-file-name-chars + ">