From 88ab401adc83bea6e1f571c54093dbc7f521e080 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Jan 2021 19:52:04 -0800 Subject: emacs: rename the directory --- emacs/custom/fcuny-twitter.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 emacs/custom/fcuny-twitter.el (limited to 'emacs/custom/fcuny-twitter.el') diff --git a/emacs/custom/fcuny-twitter.el b/emacs/custom/fcuny-twitter.el new file mode 100644 index 0000000..ea3e424 --- /dev/null +++ b/emacs/custom/fcuny-twitter.el @@ -0,0 +1,13 @@ +(require 'fcuny-vars) + +(use-package pants + :load-path (lambda () (expand-file-name "pants.el" fcuny/path-workspace)) + :mode (("BUILD\\'" . pants-build-mode)) + :commands (pants-build-fmt pants-run-fmt pants-run-test pants-run-binary pants-run-python-repl) + :custom + (pants-completion-system 'ivy) + (pants-bury-compilation-buffer +1) + (pants-build-format-exec (expand-file-name "source/pants-support/buildifier/bin/buildifier" fcuny/path-workspace)) + (pants-source-tree-root (expand-file-name "source" fcuny/path-workspace))) + +(provide 'fcuny-twitter) -- cgit v1.2.3