-
Updated
Apr 24, 2021 - 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 4,379 public repositories matching this topic...
-
Updated
Mar 31, 2021
-
Updated
Apr 24, 2021 - Common Lisp
I am running Emacs with the -nw flag from the terminal.
When looking at the commit graph using log all-branches (keymap l b) I cannot differentiate which is the currently checked-out branch, as they all look the same.
In contrast, when using Emacs GUI the current branch is highlighted/boxed, which makes it highly visible.
I would expect the font-faces to be different in the terminal i
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
Apr 6, 2021 - Go
-
Updated
Apr 17, 2021 - Emacs Lisp
-
Updated
Apr 24, 2021 - Emacs Lisp
Expected behavior
With projectile-create-missing-test-files enabled, when using projectile-toggle-between-implementation-and-test in a file like .../src/main/.../foo.scala, Projectile should always create a file .../src/test/.../fooSpec.scala in the corresponding test directory if such file doesn't exist.
Actual behavior
If the project already contains a file with a name
Hi Bozhidar!
Cider adds a custom cider completion style to the completion-styles-alist. However the entry that is being added does not follow the required specification of completion-styles. This issue has been found by @manuel-uberti (see minad/corfu#8 for the original issue). I wonder how cider gets away with the current implementation. Does the default `completion
-
Updated
Apr 23, 2021 - Emacs Lisp
-
Updated
Nov 26, 2019 - Emacs Lisp
-
Updated
Apr 22, 2021 - Emacs Lisp
-
Updated
Jan 2, 2021 - CSS
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
Apr 24, 2021 - Emacs Lisp
-
Updated
Apr 24, 2021 - Python
-
Updated
Apr 20, 2021 - Emacs Lisp
-
Updated
Apr 21, 2021 - Emacs Lisp
-
Updated
Feb 18, 2021 - Emacs Lisp
At this point, the 'table modification' actions are aligned left:
Hence, when scrolling the table to the right, they scroll out of view and cannot be used anymore:
Should
Quite simple when you know treemacs--get-bounds-of-project exists.
- Repository
- emacs-mirror/emacs
- Website
- www.gnu.org/software/emacs/emacs.html
- Wikipedia
- Wikipedia


First off, I would like to thank all of you for working on this project that allows beginners like myself to live inside emacs
Describe the feature
It would be great if doom had a module that set up and configured a matrix client, similar to how our
ircmodule works already. Matrix is similar to discord in that it supports images and other stylistic abilites that irc lacks.As far as I