From 813722ec8ea588533d94c3d178c085eb2b01861e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 3 Feb 2022 14:42:31 -0800 Subject: twitter: delete twitter module --- emacs/custom/fcuny-twitter.el | 13 ------------- 1 file changed, 13 deletions(-) delete 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 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) -- cgit 1.4.1