-
Updated
Jun 1, 2022 - Emacs Lisp
Emacs
Emacs is an extensible text editor written primarily in Emacs Lisp. While it excels at editing text, Emacs stretches the boundaries of what 'text' is.
Here are 5,047 public repositories matching this topic...
-
Updated
Jun 1, 2022 - Common Lisp
-
Updated
Jun 1, 2022
-
Updated
May 27, 2022 - Go
Maybe it's a dump question, but seems flycheck report all the prelude- symbols for this error, is there a way to avoid this error being reported?
DEFUN ("make-frame-visible", Fmake_frame_visible, Smake_frame_visible,
0, 1, "",
doc: /* Make the frame FRAME visible (assuming it is an X window).
If omitted, FRAME defaults to the currently selected frame. */)
(Lisp_Object frame)
{
struct frame *f = decode_live_frame (frame);
/* I think this should be done with a hook. */
#ifdef HAVE_WINDOW_SYSTEM
if (FRA-
Updated
May 30, 2022 - Emacs Lisp
-
Updated
Apr 4, 2022 - Emacs Lisp
Expected behavior
Calling projectile-project-root in a deep subdir that's not in a project should be fast, especially after the first call
Actual behavior
It can be slow; .5 to 1 sec per call.
Steps to reproduce the problem
I have a dir /mnt/c/files/consulting/project/projectA/ containing foo.txt. In that buffer, invoke (projectile-project-root). It takes about half a s
Expected behavior
Setting the option to customize the behavior of cljfmt should take effect by customizing that behavior.
Actual behavior
Setting the option to customize the behavior of cljfmt has no effect.
Steps to reproduce the problem
I have set:
(setq cider-format-code-options
'(("remove-consecutive-blank-lines?" t)
("remove-multiple-non-i
-
Updated
Jun 1, 2022 - Emacs Lisp
-
Updated
Nov 26, 2019 - Emacs Lisp
-
Updated
May 26, 2022 - Python
-
Updated
May 28, 2022 - Emacs Lisp
-
Updated
May 22, 2022 - CSS
-
Updated
May 15, 2022 - Emacs Lisp
New users are unaware that they need to configure their server for CORS. When the login fails, they give up and think organice does not work. Linking to the WebDAV docs should help.
Additionally, it would help to display any errors on login in a modal and not just in the log.
-
Updated
May 26, 2022 - Emacs Lisp
Hi,
Looks like auto-complete ignores completion-styles when building the candidate list...
Problem shows itself on non substring based completion styles, eg. partial-completion.
To reproduce:
(Emacs 27.1, auto-complete #aafd3f5)
; <emacs --no-init-file>
; <set up path to auto-complete>
(require 'auto-complete)
(require 'auto-complete-config)
(ac-config-default)
(define-key-
Updated
Jun 1, 2022 - Emacs Lisp
-
Updated
May 10, 2022 - Emacs Lisp
-
Updated
May 31, 2022 - Emacs Lisp
-
Updated
May 31, 2022 - Emacs Lisp
- Repository
- emacs-mirror/emacs
- Website
- www.gnu.org/software/emacs/emacs.html
- Wikipedia
- Wikipedia
As Doom continues to grow, so have incoming bug reports for modules I do not use and toolchains I know little about, like
:lang clojureor:tools ein, and so I struggle to support them.If you know a little nix and use Doom, consider contributing a
shell.nixfile to the module(s) you use the most. Particularly:langmodules, so that I can get a test environment up and running to test ag