diff options
author | William Carroll <wpcarro@gmail.com> | 2017-07-30T01·45-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-07-30T01·45-0400 |
commit | cc96fd9618713e43cc211ce9a59a29ef8d2154ed (patch) | |
tree | 14d912c0dae89248abb8e3938a819dc2aa7c73fc /emacs | |
parent | 84789f0c334e4f3aaed19dbf67ada81c093ed2ef (diff) |
Removes dead helper fn
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/wc-helper-functions.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/wc-helper-functions.el b/emacs/wc-helper-functions.el index 2d5924f5e1ff..ac57f9024a96 100644 --- a/emacs/wc-helper-functions.el +++ b/emacs/wc-helper-functions.el @@ -272,15 +272,6 @@ (message "Could not find git project root.")))) -(defun save-buffer-always () - "Save the buffer even if it is not modified." - (interactive) - (set-buffer-modified-p t) - (save-buffer)) -(global-set-key (kbd "C-x C-s") nil) -(global-set-key (kbd "C-x C-s") 'save-buffer-always) - - ;; Upgrade all packages (defun package-upgrade-all () "Upgrade all packages automatically without showing *Packages* buffer." |