Francesco Cadei

Results 11 comments of Francesco Cadei

This could be useful `(setq org-src-tab-acts-natively t)`.

What do you think about this, for unix-like systems? ```emacs-lisp (telephone-line-defsegment* telephone-line-git-project (replace-regexp-in-string "\n$" "" (shell-command-to-string "basename $(git rev-parse --show-toplevel 2>/dev/null) 2>/dev/null"))) (telephone-line-defsegment* telephone-line-git-branch (replace-regexp-in-string "\n$" "" (shell-command-to-string "git rev-parse...

Ok should be interesting to get the current magit-project and the current magit-brach.

It takes a lein project.

I just tried with an empty `a.clj` file but same error.

``` Execution error (FileNotFoundException) at java.io.FileInputStream/open0 (FileInputStream.java:-2). -Sdeps (No such file or directory) Full report at: /tmp/clojure-15876705827761478831.edn ```

Same problem [here](https://stackoverflow.com/questions/48667078/clojure-on-emacs-fails-when-running-cider-jack-in-command).

Thanks for the development. It is essential for example for medicinal therapy.

Thanks @natrys ! I set to: ``` elisp (use-package plantuml-mode :config (eval-and-compile (defun hex-encode (str) (string-join (mapcar (lambda (c) (format "%02x" c)) (encode-coding-string str 'utf-8))))) (defun plantuml-server-encode-url (string) "Encode the...