emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: On the adoption of transient.el


From: Jonas Bernoulli
Subject: Re: On the adoption of transient.el
Date: Tue, 03 Aug 2021 15:07:37 +0200

> I have to run Magit than bb and than Magit will offer a completing
> read which will pop the asked Helm interface. To me this is not a
> straightforward enough

  (global-set-key [f1] 'magit-checkout)

Also you generally don't have to "run Magit" and can just use "C-x M-g"
and in file-visiting buffers also "C-c M-g".

You will probably also like:
  
  (setq transient-show-popup nil)
  (setq transient-show-popup 0)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]