Cody Goodman
Cody Goodman
example: http://tinyurl.com/j6ut9se
All values allowed to be defined should get passed through in `:info` otherwise it's confusing to users why options aren't applying.
Edit: The core of the problem seems to be that this code: ``` (eq (plist-get '(:message "test" :title "test" :severity (quote urgent)) :severity) (quote urgent)) ``` returns nil when I'd...
To enable session functionality such as that requested by astahlman/ob-async#1. I'm thinking that enabling named emacs daemons could be a solution that enables the issue above and is general enough...
After making this change: ``` + **** evil + #+BEGIN_SRC emacs-lisp + (use-package evil + :ensure t + :config + (evil-mode 1)) + #+END_SRC ``` I get this error when...
I'm trying to run the demos from acowley/Frames. ``` shell cd ~/sources/Frames cabbage nix-shell --pure -p haskellngPackages.cabal-install haskellngPackages.ghc cabal repl *Frames> :l demo/Main.hs demo/Main.hs:6:8: Could not find module `Lens.Family' It...
For instance the readme suggests: ```nix { sources ? import ./sources.nix }: # import the sources with { overlay = _: pkgs: { niv = import sources.niv {}; # use...
I searched and found #68 but I'm not trying it with a github enterprise repo, I'm doing: ``` M-x github-review-start https://github.com/codygman/devos/pull/1 RET ``` Then I receive: ``` Got an error...
I'm not even sure how this would work after glancing over the code but I've been enjoying [magit-delta](https://github.com/dandavison/magit-delta) so thought I'd throw this idea up here.