Make capitalization a bit more consistent

This commit is contained in:
Daniel - 2020-04-17 18:50:01 +02:00
parent a729085946
commit 7a78446a92
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
(require 'db-customize)
;;; application shortcuts
;;; Application Shortcuts
(defun db/run-or-hide-ansi-term ()
"Find `*ansi-term*' or run `ansi-term' with `explicit-shell-file-name'.
@ -86,7 +86,7 @@ If already in `*ansi-term*' buffer, bury it."
(shell)))
;;; general utilities
;;; General Utilities
(defun db/get-url-from-link ()
"Copy url of link under point into clipboard."