Jackson Benete Ferreira

Results 24 comments of Jackson Benete Ferreira

> Maybe this code can help: > > ```emacs-lisp > (defun my-deft-cd () > "Run Deft in selected directory. > Prompt the user for a directory and run Deft in...

This will offer a solution on top of @saf-dmitry code. ```lisp (with-eval-after-load "deft" (and ;; Save temp variable to recover configurations later. (setq deft-default-directory deft-directory) (defun deft-change-directory () "Run Deft...

I'm a little late to the party but I agree with @barrosfelipe in almost everything. I have a very unpopular opinion regarding our beloved Emacs world: I don't like org-mode....

I'm not familiar with prelude, but I don't see how the actual implementation doesn't allow personal configuration, both for this and issue #18 . Maybe I just don't understand correctly...

Thanks for taking your time to answer, and sorry for the long questions. I end up deleting the post a few hours after because I thought it was not a...

It's not really well explained. If you're really new to Emacs, M-x means pressing Alt+x inside the Emacs window/process. [RET] or \ means to hit Enter. Install the package using...

I would also love some Sam screencasts. Both Sam and Acme are not famous editors but I guess that Sam lacks even more attention than Acme. If you want to...

Not the same but a similar error will occur on macOS: ``` gcc -std=c99 -I../include -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -c -o unix.o unix.c In file included from unix.c:13: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:69:42: error:...

> An older macOS :) Is it macOS or OS X? Would you mind sharing the output of your `sw_vers`?