Results 7 comments of emacle

nice PR!!! Thank you for the fix @varlamov88! I tested this.expandParentNodes() should be in openMenu() like the follow: ``` if (this.scrollPositionOnCenter) { // if in initialize(), when second open menu...

change circadian--encode-time function delete encode-time **zone param** to keep decode-time and encode-time zone the same. solved! ``` (defun circadian--encode-time (hour min) "Encode HOUR hours and MIN minutes into a valid...

soloved url-request-extra-headers '(("User-Agent" . "curl")))) cannot override url-user-agent , change to the following code ``` (defun wttrin-fetch-raw-string (query) "Get the weather information based on your QUERY." (let ((url-user-agent "curl")) ```

@SodaLover https://github.com/bcbcarl/emacs-wttrin/pull/17/commits/ed569277e0cfa5e5c1534a5ea2b404dec2ef0183 ``` (defun wttrin-fetch-raw-string (query) "Get the weather information based on your QUERY." (let ((url-request-extra-headers '(("User-Agent" . "curl")))) ``` change to ``` (defun wttrin-fetch-raw-string (query) "Get the weather information...

试着做了个 **仿XMind:活力 主题** 还是有点差距,不过感觉还凑合 ![hl](https://user-images.githubusercontent.com/428884/96822535-e2d3a500-145c-11eb-88b8-413614ffdafe.png)