Skip to content

Instantly share code, notes, and snippets.

https://gist.github.com/gists
(defun github-set-config (key value)
"Sets a GitHub specific value to the global Git config."
(let ((git (executable-find "git")))
(shell-command-to-string
(format git " config --global github.%s %s" key value))))
(defun github-set-config (key value)
"Sets a GitHub specific value to the global Git config."
(let ((git (executable-find "git")))
;; This buffer is for notes you don't want to save, and for Lisp evaluation.
;; If you want to create a file, visit that file with C-x C-f,
;; then enter the text in that file's own buffer.
https://gist.github.com/gists
;; This buffer is for notes you don't want to save, and for Lisp evaluation.
;; If you want to create a file, visit that file with C-x C-f,
;; then enter the text in that file's own buffer.
https://gist.github.com/gists
https://gist.github.com/gists
https://gist.github.com/gists
;; then enter the text in that file's own buffer.
https://gist.github.com/gists
;; This buffer is for notes you don't want to save, and for Lisp evaluation.
;; If you want to create a file, visit that file with C-x C-f,
;; then enter the text in that file's own buffer.
https://gist.github.com/gists
Mark set
Contacting host: gist.github.com:443
Opening TLS connection to `gist.github.com'...
Opening TLS connection with `gnutls-cli -p 443 gist.github.com'...failed
Opening TLS connection with `gnutls-cli -p 443 gist.github.com --protocols ssl3'...failed
Opening TLS connection with `openssl s_client -connect gist.github.com:443 -no_ssl2 -ign_eof'...done
Opening TLS connection to `gist.github.com'...done
Reading [text/html; charset=utf-8]... 108 bytes of 96 bytes (112%)
Reading... done.
Reading [text/html; charset=utf-8]... 11k of 11k (100%)