Skip to content

Commit

Permalink
Meh
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohansen committed May 25, 2018
1 parent 0ab2893 commit 73a9d10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .mc-lists.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
duplicate-current-line-or-region
electric-newline-and-maybe-indent
end-of-buffer
end-of-visual-line
end-of-defun
end-of-visual-line
eval-and-replace
eval-last-sexp
fill-paragraph
Expand Down Expand Up @@ -144,8 +144,8 @@
paredit-wrap-square
previous-error-no-select
quoted-insert
ruby-electric-brace
reverse-region
ruby-electric-brace
save-region-or-current-line
sgml-delete-tag
sgml-maybe-name-self
Expand Down Expand Up @@ -199,6 +199,7 @@
cider-macroexpand-1
cleanup-buffer
clj-jump-to-other-file
completion-at-point
custom-persp/emacs
describe-key
dired-toggle-read-only
Expand All @@ -219,8 +220,8 @@
kmacro-end-or-call-macro
magit-copy-buffer-revision
magit-status
markdown-outdent-or-delete
make-frame
markdown-outdent-or-delete
mc/add-cursor-on-click
mc/add-cursors-to-all-matches
multiple-cursors-mode
Expand Down
2 changes: 1 addition & 1 deletion custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'(ido-use-filename-at-point nil)
'(package-selected-packages
(quote
(cider beginend wgrep php+-mode go-mode company elm-mode js2-refactor js2-mode shell-command project-archetypes eproject exec-path-from-shell undo-tree smooth-scrolling zoom-frm diminish editorconfig textile-mode string-edit yesql-ghosts prodigy groovy-mode clojure-mode-extra-font-locking dockerfile-mode elisp-slime-nav whitespace-cleanup-mode highlight-escape-sequences restclient nodejs-repl guide-key simple-httpd ido-at-point ido-vertical-mode smartparens yasnippet css-eldoc dired-details flx-ido f flx flycheck-clojure flycheck-pos-tip flycheck fill-column-indicator markdown-mode visual-regexp htmlize gist move-text paredit hydra inflections edn magit)))
(scala-mode terraform-mode cider beginend wgrep php+-mode go-mode company elm-mode js2-refactor js2-mode shell-command project-archetypes eproject exec-path-from-shell undo-tree smooth-scrolling zoom-frm diminish editorconfig textile-mode string-edit yesql-ghosts prodigy groovy-mode clojure-mode-extra-font-locking dockerfile-mode elisp-slime-nav whitespace-cleanup-mode highlight-escape-sequences restclient nodejs-repl guide-key simple-httpd ido-at-point ido-vertical-mode smartparens yasnippet css-eldoc dired-details flx-ido f flx flycheck-clojure flycheck-pos-tip flycheck fill-column-indicator markdown-mode visual-regexp htmlize gist move-text paredit hydra inflections edn magit)))
'(safe-local-variable-values
(quote
((eval font-lock-add-keywords nil
Expand Down
2 changes: 1 addition & 1 deletion settings/setup-clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(define-key clojure-mode-map [remap paredit-forward] 'clojure-forward-logical-sexp)
(define-key clojure-mode-map [remap paredit-backward] 'clojure-backward-logical-sexp)

(setq cider-pprint-fn 'pprint)
;;(setq cider-pprint-fn 'pprint)

(require 'core-async-mode)

Expand Down

0 comments on commit 73a9d10

Please sign in to comment.