Questions tagged [ergoemacs]

8 questions
4
votes
1 answer

I've modified "initial-scratch-message" -- what else must I do to see it effected?

Using the menu Options-Customize Emacs-Browse Customization Themes, I've modified initial-scratch-message. I saved my customizations; and exited Emacs. When I re-start Emacs, the initial-scratch-message displays as before; but, if I open my init.el…
TheGeeko61
  • 145
  • 7
2
votes
2 answers

Wrap all emacs key-bindings ... override command loop?

---+ 1: BRIEF: How can I wrap all or almost all key-bindings? Both those already defined, and those that will be defined in the future? E.g. can you point me to code that overrides the command loop completely? Or is there a better way? By "wrap" …
Krazy Glew
  • 242
  • 2
  • 8
1
vote
0 answers

How do I get ergoemacs-mode set to default without "Symbol's function definition is void: ergoemacs-mode" error

Running windows 8.1, package intallation went fine. Enabling with M-x ergoemacs-mode works like a charm, but doing this every time I start up Emacs gets quite tiresome. adding (setq ergoemacs-theme nil) ;; Uses Standard Ergoemacs keyboard…
quazoosl
  • 101
  • 1
  • 6
1
vote
0 answers

Trying to use ergoemacs on Mac

I have been trying to get Ergoemacs working on Mac for about 2 weeks now and I have finally managed to get it working using a combo of: Ignoring Mac's supplied ancient build of Emacs Installing from Brew. My final hurdle seems to be that the…
Low Kian Seong
  • 413
  • 1
  • 4
  • 6
0
votes
0 answers

How to disable ergoemacs-mode completely in a session

I am trying to toggle ergoemacs-mode by using M-x ret ergoemacs-mode ret command. Emacs enables ergoemacs successfully, but when I try to disable it, some of key-bindings of ergoemacs still remains. e.g. after disabling ergoemacs by entering C-x s…
Pouria
  • 1
0
votes
1 answer

How to disable annoying messages "- Label->: xxxxxxx" in minibuffer

On each action (opening new buffer, opening packages-list), I have different messages in minibuffer, how to disable it? UPDATE Looks like the problem is in ergoemacs package, beacuse when I disable it - all works normally.
Anton Linevych
  • 203
  • 2
  • 10
0
votes
2 answers

Ergoemacs cuts selected region when I try to change buffer

When I command eval-region to a highlighted area, I would like to quickly change to another buffer with C-x b to see the result. However, the first part of this key combination cuts the selected code, even when another shortcut M-x does the same…
0
votes
1 answer

"Start ergoemacs command loop" is blocking Emacs

I use ergoemacs package from MELPA. I've added the following lines from official manual to my configuration file: (setq ergoemacs-theme nil) (setq ergoemacs-keyboard-layout "us") (require 'ergoemacs-mode) (ergoemacs-mode 1) I can work without…