Skip to content

Instantly share code, notes, and snippets.

View tejasbubane's full-sized avatar
💭
WFH 🏡

Tejas Bubane tejasbubane

💭
WFH 🏡
View GitHub Profile
;; call howdoi, https://github.com/gleitz/howdoi
;; Make sure this is installed first
(defvar howdoi-history nil "History for howdoi lookups, see `howdoi'")
(defun howdoi ()
"Interactive function for howdoi queries. It takes the current
word and invokes a minibuffer where the user can accept or change
the query."
(interactive)
(shell-command