bauer icon indicating copy to clipboard operation
bauer copied to clipboard

An Emacs+Nix IDE

Results 3 bauer issues
Sort by recently updated
recently updated
newest added

Since I'm on a new nixos, I wanted to give bauer a try. Unfortunately some asset seemed to have been deleted: https://elpa.gnu.org/packages/auctex-12.3.1.tar causing ``` curl: (22) The requested URL returned...

Looks for zsh shell and does not work if it is not installed. tried on fish, did not work.

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...