Advertisement
Guest User

Untitled

a guest
May 24th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. (setq ergoemacs-theme nil) ;; Uses Standard Ergoemacs keyboard theme
  2. (setq ergoemacs-keyboard-layout "us") ;; Assumes QWERTY keyboard layout
  3. (ergoemacs-mode 1)
  4.  
  5. Warning (initialization): An error occurred while loading `c:/Users/UserName/AppData/Roaming/.emacs':
  6.  
  7. Symbol's function definition is void: ergoemacs-mode
  8.  
  9. To ensure normal operation, you should investigate and remove the
  10. cause of the error in your initialization file. Start Emacs with
  11. the `--debug-init' option to view a complete error backtrace.
  12.  
  13. '(ergoemacs-ctl-c-or-ctl-x-delay 0.2)
  14. '(ergoemacs-handle-ctl-c-or-ctl-x (quote both))
  15. '(ergoemacs-ini-mode t)
  16. '(ergoemacs-keyboard-layout "us")
  17. '(ergoemacs-mode nil)
  18. '(ergoemacs-smart-paste nil)
  19. '(ergoemacs-theme "standard")
  20. '(ergoemacs-theme-options nil)
  21. '(ergoemacs-use-menus t)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement