Skip to content

Instantly share code, notes, and snippets.

View pramoodsurya's full-sized avatar

Pramod Surya pramoodsurya

  • Hyderabad
View GitHub Profile
@taskylizard
taskylizard / fmhy.md
Last active September 21, 2024 08:37
/r/freemediaheckyeah, in one single file (view raw)
@hjertnes
hjertnes / doom.txt
Created April 6, 2018 08:28
Doom Emacs Cheatsheet
SPC
SPC: find file
, switch buffer
. browse files
: MX
; EX
< switch buffer
` eval
u universal arg
x pop up scratch
@cjp
cjp / .el
Last active May 15, 2023 09:40
How to get org-protocol to work with spacemacs
;; I have no idea why it works. This is the product of 4 hours of trial-and-error.
(defun dotspacemacs/user-init ()
"Initialization function for user code.
It is called immediately after `dotspacemacs/init'. You are free to put almost
any user code here. The exception is org related code, which should be placed
in `dotspacemacs/user-config'."
(server-start)
(require 'org-protocol)
)