diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-03 14:42:31 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-03 14:42:31 -0800 |
commit | 813722ec8ea588533d94c3d178c085eb2b01861e (patch) | |
tree | 507519f695efb1699d15aeea06e960e92215d68d /emacs/custom/fcuny-twitter.el | |
parent | project: replace projectile with project.el (diff) | |
download | emacs.d-813722ec8ea588533d94c3d178c085eb2b01861e.tar.gz |
twitter: delete twitter module
Diffstat (limited to 'emacs/custom/fcuny-twitter.el')
-rw-r--r-- | emacs/custom/fcuny-twitter.el | 13 |
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) |