-
-
Save vindarel/b414240fcf498d6550e6dc0e6fb63ff6 to your computer and use it in GitHub Desktop.
Revisions
-
vindarel renamed this gist
Aug 29, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
vindarel renamed this gist
Aug 29, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
vindarel revised this gist
Aug 29, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ # one-liner to start Emacs with a full-window Slime REPL. # See the parent gist for a use of init.slime emacs -nw \ --eval "(defun hack-session-init () (delete-other-windows))" \ --eval "(add-hook 'slime-connected-hook 'hack-session-init)" \ --eval "(menu-bar-mode -1)" \ -
vindarel revised this gist
Aug 29, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,7 @@ # INIT_FILE=${1:-init.slime} # one-liner to start Emacs with a full-window Slime REPL. # See the parent gist for a use of init.slime emacs -nw \ *[master] --eval "(defun hack-session-init () (delete-other-windows))" \ --eval "(add-hook 'slime-connected-hook 'hack-session-init)" \ -
vindarel revised this gist
Aug 29, 2022 . 2 changed files with 6 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ ;; (ql:quickload "str") This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,9 @@ #!/bin/sh # INIT_FILE=${1:-init.slime} # one-liner to start Emacs with a full-window Slime REPL. emacs -nw \ *[master] --eval "(defun hack-session-init () (delete-other-windows))" \ --eval "(add-hook 'slime-connected-hook 'hack-session-init)" \ --eval "(menu-bar-mode -1)" \ --eval "(setq-default mode-line-format nil)" \ -
Goheeca revised this gist
Jan 14, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ (ql:quickload "agnostic-lizard") -
Goheeca created this gist
Nov 17, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ (ql:quickload "macroexpand-dammit") This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ #!/bin/sh INIT_FILE=${1:-init.slime} emacs -nw \ --eval "(defun hack-session-init () (delete-other-windows) (execute-kbd-macro (kbd \"RET\")) (insert-file-contents \"$INIT_FILE\") (execute-kbd-macro (kbd \"RET\")))" \ --eval "(add-hook 'slime-connected-hook 'hack-session-init)" \ --eval "(menu-bar-mode -1)" \ --eval "(setq-default mode-line-format nil)" \ --eval "(slime)"