summary refs log tree commit diff
path: root/emacs/custom/fcuny-twitter.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-03 14:42:31 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-03 14:42:31 -0800
commit813722ec8ea588533d94c3d178c085eb2b01861e (patch)
tree507519f695efb1699d15aeea06e960e92215d68d /emacs/custom/fcuny-twitter.el
parentproject: replace projectile with project.el (diff)
downloademacs.d-813722ec8ea588533d94c3d178c085eb2b01861e.tar.gz
twitter: delete twitter module
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-twitter.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/emacs/custom/fcuny-twitter.el b/emacs/custom/fcuny-twitter.el
deleted file mode 100644
index ea3e424..0000000
--- a/emacs/custom/fcuny-twitter.el
+++ /dev/null
@@ -1,13 +0,0 @@
-(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)