kuanyui / moe-theme.el

A customizable colorful eye-candy theme for Emacser. Moe, moe, kyun!
GNU General Public License v3.0
752 stars 60 forks source link

Is Moe theme broken after last org update? #106

Closed Ypot closed 4 years ago

Ypot commented 4 years ago

Hi After updating org-mode I receive an error. Does Moe-theme need any updating to be compatible?

Debugger entered--Lisp error: (void-function delete-if-not)
  delete-if-not(numberp nil)
  moe-theme-resize-title--repaire-list(nil 9)
  moe-theme-resize-title-apply-org()
  #f(compiled-function () #<bytecode 0x1d2c451>)()
  eval-after-load("org" #f(compiled-function () #<bytecode 0x1d2c451>))
  byte-code("\300\301\302\"\210\300\303\304\"\210\300\305\306\"\207" [eval-after-load "markdown" #f(compiled-function () #<bytecode 0x1d30895>) "org" #f(compiled-function () #<bytecode 0x1d2c451>) "rst" #f(compiled-function () #<bytecode 0x1ccd9f1>)] 3)
  require(moe-theme)
  eval-buffer(#<buffer  *load*> nil "c:/.emacs.d/init.el" nil t)  ; Reading at buffer position 10056
  load-with-code-conversion("c:/.emacs.d/init.el" "c:/.emacs.d/init.el" t t)
  load("c:/.emacs.d/init" t t)
  #f(compiled-function () #<bytecode 0x1000baab9>)()
  command-line()
  normal-top-level()

Best regards

kuanyui commented 4 years ago

Sorry, forgot to add cl as dependency. Now added.