Ramses

Results 6 issues of Ramses

This is just a request for adding examples using cmake-presets. Thanks for your work.

I made a function that when I run `projectile-run-project `, it brings a menu of commands. ![image](https://user-images.githubusercontent.com/9011002/85061109-2343af00-b15b-11ea-939a-eaeb88840943.png) When I run `projectile-run-project` onces, everything works as expected. But when run `projectile-run-project`...

Improvement
Good First Issue

I thought it would be nice to pipe the output of commands to a tmp buffer. I came up with this solution. ``` #.bashrc function menos() {content="$(

I would like to give a little feedback from the perspective of a beginner. I have never written a emacs package. Hence I do not know every little detail and...

enhancement

This is just a request for adding dart grammar to tree sitter. Thanks.

It was working before updating. My config: ``` (use-package nov :init (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode)) :general (:states 'normal :keymaps 'nov-mode-map "TAB" 'org-cycle "C-" 'org-shifttab)) (use-package shrface :after shr :straight...